Html Css Color HEX #FEAF04 Orange

📋 copy color: '#FEAF04'

red 254 ◦ green 175 ◦ blue 4

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

Shades of Orange #FEAF04

Tints of Orange #FEAF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.92%

R = 58.66%
G = 40.42%
B = 0.92%

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

#FEAF04 (or 0xFEAF04) is known color: Orange. HEX triplet: FE, AF and 04. RGB value is (254,175,4). Sum of RGB (Red+Green+Blue) = 254+175+4=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 4 (1.95% from 255 or 0.92% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAF04 is #0150FB. Grayscale: #B3B3B3. Windows color (decimal): -86268 or 307198. OLE color: 307198.

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

Color convert

RGB 254 175 4 -
CMYK 0 0.31 0.98 0.00
HSL 41.04º 0.99% 0.51% -
HSV(B) 41.04º 0.98% 1% -
XYZ 56.22 51.74 7.14 -
YUV 179.13 29.17 181.4 -
System Red Green Blue C M Y K H S L
Decimal 254 175 4 0 0.31 0.98 0.00 41.04 0.99 0.51
Hex FE AF 4 0 1F 62 0 29 63 33
Octal 376 257 4 0 37 142 0 51 143 63
Binary 11111110 10101111 100 0 11111 1100010 0 101001 1100011 110011

Color Harmonies of #FEAF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAF04

Black with #FEAF04

Text Example


Text Example

White with #FEAF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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