Html Css Color HEX #FAAA00 Orange

📋 copy color: '#FAAA00'

red 250 ◦ green 170 ◦ blue 0

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

Shades of Orange #FAAA00

Tints of Orange #FAAA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.52%
G = 40.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FAAA00 (or 0xFAAA00) is known color: Orange. HEX triplet: FA, AA and 00. RGB value is (250,170,0). Sum of RGB (Red+Green+Blue) = 250+170+0=420 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.52% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 0 (0.39% from 255 or 0% from 420); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAA00 is #0555FF. Grayscale: #AFAFAF. Windows color (decimal): -349696 or 43770. OLE color: 43770.

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

Color convert

RGB 250 170 0 -
CMYK 0 0.32 1 0.02
HSL 40.8º 1% 0.49% -
HSV(B) 40.8º 1% 0.98% -
XYZ 53.8 49.07 6.64 -
YUV 174.54 29.5 181.82 -
System Red Green Blue C M Y K H S L
Decimal 250 170 0 0 0.32 1 0.02 40.8 1 0.49
Hex FA AA 0 0 20 64 2 29 64 31
Octal 372 252 0 0 40 144 2 51 144 61
Binary 11111010 10101010 0 0 100000 1100100 10 101001 1100100 110001

Color Harmonies of #FAAA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAA00

Black with #FAAA00

Text Example


Text Example

White with #FAAA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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