Html Css Color HEX #FAAF04 Orange

📋 copy color: '#FAAF04'

red 250 ◦ green 175 ◦ blue 4

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

Shades of Orange #FAAF04

Tints of Orange #FAAF04

RGB

 RED value IS 250 (98.05% from 255) = 58.28%

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

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

R = 58.28%
G = 40.79%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FAAF04 (or 0xFAAF04) is known color: Orange. HEX triplet: FA, AF and 04. RGB value is (250,175,4). Sum of RGB (Red+Green+Blue) = 250+175+4=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 4 (1.95% from 255 or 0.93% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAF04 is #0550FB. Grayscale: #B2B2B2. Windows color (decimal): -348412 or 307194. OLE color: 307194.

HSL color Cylindrical-coordinate representation of color #FAAF04: hue angle of 41.71º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FAAF04 is Cyan = 0, Magento = 0.3, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 175 4 -
CMYK 0 0.3 0.98 0.02
HSL 41.71º 0.97% 0.5% -
HSV(B) 41.71º 0.98% 0.98% -
XYZ 54.78 50.99 7.07 -
YUV 177.93 29.85 179.4 -
System Red Green Blue C M Y K H S L
Decimal 250 175 4 0 0.3 0.98 0.02 41.71 0.97 0.5
Hex FA AF 4 0 1E 62 2 2A 61 32
Octal 372 257 4 0 36 142 2 52 141 62
Binary 11111010 10101111 100 0 11110 1100010 10 101010 1100001 110010

Color Harmonies of #FAAF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAF04

Black with #FAAF04

Text Example


Text Example

White with #FAAF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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