Color Hex Logo

#ffa258 Color Hex

#FFA258
(255,162,88)
0 Favorites   0 Comments

Color spaces of #ffa258

RGB 25516288
HSL0.071.000.67
HSV27°65°100°
CMYK 0.000.360.65   0.00
XYZ55.921847.805215.5125
Yxy47.80520.46900.4009
Hunter Lab69.141323.374335.0966
CIE-Lab74.701928.014851.9257

#ffa258 color RGB value is (255,162,88).

#ffa258 hex color red value is 255, green value is 162 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #ffa258 hue: 0.07 , saturation: 1.00 and the lightness value of ffa258 is 0.67.

The process color (four color CMYK) of #ffa258 color hex is 0.00, 0.36, 0.65, 0.00. Web safe color of #ffa258 is #ff9966. Color #ffa258 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100010 01011000
Octal 377 242 130
Decimal 255 162 88
Hex FF A2 58

RGB Percentages of Color #ffa258

%50.50
%32.08
%17.43

CMYK Percentages of Color #ffa258

%0
%36
%65
%0

Triadic Colors of #ffa258

#ffa258 #58ffa2 #a258ff

Analogous Colors of #ffa258

#ffa258 #fff658 #ff5862

Monochromatic Colors of #ffa258

#ffa258

Complementary Color

#ffa258 #58b5ff

#ffa258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa258 Color CSS Codes

.mybgcolor {background-color:#ffa258; } 
.myforecolor {color:#ffa258; }
.mybordercolor {border:3px solid #ffa258; }

#ffa258 Text Font Color

<p style="color:#ffa258">Text here</p>

This sample text font color is #ffa258
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ffa258 Background Color

<div style="background-color:#ffa258">
Div content here</div>

This div background color is #ffa258


#ffa258 Border Color

<div style="border:3px solid #ffa258">
Div here</div>

This div border color is #ffa258


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,162,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffa258; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffa258;
  -webkit-box-shadow: 1px 1px 3px 2px #ffa258;
  box-shadow:         1px 1px 3px 2px #ffa258; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,162,88, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ffa258">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ffa258;
  -webkit-box-shadow: 1px 1px 3px 2px #ffa258;
  box-shadow:         1px 1px 3px 2px #ffa258;">
Div content here</div>

This div box has shadow with color #ffa258

Related Colors


Comments

No comments written yet.

Please login to write comment.