Html Css Color HEX #FAAC08 Orange

📋 copy color: '#FAAC08'

red 250 ◦ green 172 ◦ blue 8

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

Shades of Orange #FAAC08

Tints of Orange #FAAC08

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40%

 BLUE value IS 8 (3.52% from 255) = 1.86%

R = 58.14%
G = 40%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FAAC08 (or 0xFAAC08) is known color: Orange. HEX triplet: FA, AC and 08. RGB value is (250,172,8). Sum of RGB (Red+Green+Blue) = 250+172+8=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 8 (3.52% from 255 or 1.86% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAC08 is #0553F7. Grayscale: #B1B1B1. Windows color (decimal): -349176 or 568570. OLE color: 568570.

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

Color convert

RGB 250 172 8 -
CMYK 0 0.31 0.97 0.02
HSL 40.66º 0.96% 0.51% -
HSV(B) 40.66º 0.97% 0.98% -
XYZ 54.22 49.85 6.99 -
YUV 176.63 32.84 180.34 -
System Red Green Blue C M Y K H S L
Decimal 250 172 8 0 0.31 0.97 0.02 40.66 0.96 0.51
Hex FA AC 8 0 1F 61 2 29 60 33
Octal 372 254 10 0 37 141 2 51 140 63
Binary 11111010 10101100 1000 0 11111 1100001 10 101001 1100000 110011

Color Harmonies of #FAAC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAC08

Black with #FAAC08

Text Example


Text Example

White with #FAAC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAC08; }

 p { color: rgb(250,172,8); }

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

background-color css

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

 a { background-color: rgb(250,172,8); }

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

border-color css

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

 span { border-color: rgb(250,172,8); }

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