Html Css Color HEX #FAAC04 Orange

📋 copy color: '#FAAC04'

red 250 ◦ green 172 ◦ blue 4

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

Shades of Orange #FAAC04

Tints of Orange #FAAC04

RGB

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

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

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

R = 58.69%
G = 40.38%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FAAC04 (or 0xFAAC04) is known color: Orange. HEX triplet: FA, AC and 04. RGB value is (250,172,4). Sum of RGB (Red+Green+Blue) = 250+172+4=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 4 (1.95% from 255 or 0.94% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAC04 is #0553FB. Grayscale: #B0B0B0. Windows color (decimal): -349180 or 306426. OLE color: 306426.

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

Color convert

RGB 250 172 4 -
CMYK 0 0.31 0.98 0.02
HSL 40.98º 0.97% 0.5% -
HSV(B) 40.98º 0.98% 0.98% -
XYZ 54.2 49.84 6.88 -
YUV 176.17 30.84 180.66 -
System Red Green Blue C M Y K H S L
Decimal 250 172 4 0 0.31 0.98 0.02 40.98 0.97 0.5
Hex FA AC 4 0 1F 62 2 29 61 32
Octal 372 254 4 0 37 142 2 51 141 62
Binary 11111010 10101100 100 0 11111 1100010 10 101001 1100001 110010

Color Harmonies of #FAAC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAC04

Black with #FAAC04

Text Example


Text Example

White with #FAAC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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