Html Css Color HEX #FAAA04 Orange

📋 copy color: '#FAAA04'

red 250 ◦ green 170 ◦ blue 4

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

Shades of Orange #FAAA04

Tints of Orange #FAAA04

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.09%

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

R = 58.96%
G = 40.09%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FAAA04 (or 0xFAAA04) is known color: Orange. HEX triplet: FA, AA and 04. RGB value is (250,170,4). Sum of RGB (Red+Green+Blue) = 250+170+4=424 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.96% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 4 (1.95% from 255 or 0.94% from 424); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAA04 is #0555FB. Grayscale: #AFAFAF. Windows color (decimal): -349692 or 305914. OLE color: 305914.

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

Color convert

RGB 250 170 4 -
CMYK 0 0.32 0.98 0.02
HSL 40.49º 0.97% 0.5% -
HSV(B) 40.49º 0.98% 0.98% -
XYZ 53.82 49.08 6.75 -
YUV 175 31.5 181.5 -
System Red Green Blue C M Y K H S L
Decimal 250 170 4 0 0.32 0.98 0.02 40.49 0.97 0.5
Hex FA AA 4 0 20 62 2 28 61 32
Octal 372 252 4 0 40 142 2 50 141 62
Binary 11111010 10101010 100 0 100000 1100010 10 101000 1100001 110010

Color Harmonies of #FAAA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAA04

Black with #FAAA04

Text Example


Text Example

White with #FAAA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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