Html Css Color HEX #FEA405 Orange

📋 copy color: '#FEA405'

red 254 ◦ green 164 ◦ blue 5

#FEA405
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange #FEA405

Tints of Orange #FEA405

RGB

 RED value IS 254 (99.61% from 255) = 60.05%

 GREEN value IS 164 (64.45% from 255) = 38.77%

 BLUE value IS 5 (2.34% from 255) = 1.18%

R = 60.05%
G = 38.77%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FEA405 (or 0xFEA405) is known color: Orange. HEX triplet: FE, A4 and 05. RGB value is (254,164,5). Sum of RGB (Red+Green+Blue) = 254+164+5=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 5 (2.34% from 255 or 1.18% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA405 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA405 is #015BFA. Grayscale: #ADADAD. Windows color (decimal): -89083 or 369918. OLE color: 369918.

HSL color Cylindrical-coordinate representation of color #FEA405: hue angle of 38.31º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FEA405 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 164 5 -
CMYK 0 0.35 0.98 0.00
HSL 38.31º 0.99% 0.51% -
HSV(B) 38.31º 0.98% 1% -
XYZ 54.18 47.63 6.48 -
YUV 172.78 33.32 185.93 -
System Red Green Blue C M Y K H S L
Decimal 254 164 5 0 0.35 0.98 0.00 38.31 0.99 0.51
Hex FE A4 5 0 23 62 0 26 63 33
Octal 376 244 5 0 43 142 0 46 143 63
Binary 11111110 10100100 101 0 100011 1100010 0 100110 1100011 110011

Color Harmonies of #FEA405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA405

Black with #FEA405

Text Example


Text Example

White with #FEA405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA405; }

 p { color: rgb(254,164,5); }

 H1.HeaderClassName
 {
   color: #FEA405;
 }
 .AnyTagClassName
 {
   color: #FEA405;
 }
</style>

background-color css

<style>
 a { background-color: #FEA405; }

 a { background-color: rgb(254,164,5); }

 div.DivClassName
 {
   background-color: #FEA405;
 }
 .BgClassName
 {
   background-color: #FEA405;
 }
</style>

border-color css

<style>
 span { border-color: #FEA405; }

 span { border-color: rgb(254,164,5); }

 td.TdClassName
 {
   border-color: #FEA405;
 }
 .TagClassName
 {
   border-color: #FEA405;
 }
</style>