Html Css Color HEX #FAA900 Orange

📋 copy color: '#FAA900'

red 250 ◦ green 169 ◦ blue 0

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

Shades of Orange #FAA900

Tints of Orange #FAA900

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.33%

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

R = 59.67%
G = 40.33%
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

#FAA900 (or 0xFAA900) is known color: Orange. HEX triplet: FA, A9 and 00. RGB value is (250,169,0). Sum of RGB (Red+Green+Blue) = 250+169+0=419 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.67% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA900 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA900 is #0556FF. Grayscale: #AEAEAE. Windows color (decimal): -349952 or 43514. OLE color: 43514.

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

Color convert

RGB 250 169 0 -
CMYK 0 0.32 1 0.02
HSL 40.56º 1% 0.49% -
HSV(B) 40.56º 1% 0.98% -
XYZ 53.61 48.7 6.57 -
YUV 173.95 29.84 182.24 -
System Red Green Blue C M Y K H S L
Decimal 250 169 0 0 0.32 1 0.02 40.56 1 0.49
Hex FA A9 0 0 20 64 2 29 64 31
Octal 372 251 0 0 40 144 2 51 144 61
Binary 11111010 10101001 0 0 100000 1100100 10 101001 1100100 110001

Color Harmonies of #FAA900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA900

Black with #FAA900

Text Example


Text Example

White with #FAA900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA900; }

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

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

background-color css

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

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

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

border-color css

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

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

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