Html Css Color HEX #FEAF05 Orange

📋 copy color: '#FEAF05'

red 254 ◦ green 175 ◦ blue 5

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

Shades of Orange #FEAF05

Tints of Orange #FEAF05

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.32%

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

R = 58.53%
G = 40.32%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FEAF05 (or 0xFEAF05) is known color: Orange. HEX triplet: FE, AF and 05. RGB value is (254,175,5). Sum of RGB (Red+Green+Blue) = 254+175+5=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 5 (2.34% from 255 or 1.15% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAF05 is #0150FA. Grayscale: #B4B4B4. Windows color (decimal): -86267 or 372734. OLE color: 372734.

HSL color Cylindrical-coordinate representation of color #FEAF05: hue angle of 40.96º 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 #FEAF05 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 175 5 -
CMYK 0 0.31 0.98 0.00
HSL 40.96º 0.99% 0.51% -
HSV(B) 40.96º 0.98% 1% -
XYZ 56.23 51.74 7.17 -
YUV 179.24 29.67 181.32 -
System Red Green Blue C M Y K H S L
Decimal 254 175 5 0 0.31 0.98 0.00 40.96 0.99 0.51
Hex FE AF 5 0 1F 62 0 29 63 33
Octal 376 257 5 0 37 142 0 51 143 63
Binary 11111110 10101111 101 0 11111 1100010 0 101001 1100011 110011

Color Harmonies of #FEAF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAF05

Black with #FEAF05

Text Example


Text Example

White with #FEAF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAF05; }

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

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

background-color css

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

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

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

border-color css

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

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

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