Html Css Color HEX #FAA908 Orange

📋 copy color: '#FAA908'

red 250 ◦ green 169 ◦ blue 8

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

Shades of Orange #FAA908

Tints of Orange #FAA908

RGB

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

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

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

R = 58.55%
G = 39.58%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FAA908 (or 0xFAA908) is known color: Orange. HEX triplet: FA, A9 and 08. RGB value is (250,169,8). Sum of RGB (Red+Green+Blue) = 250+169+8=427 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.55% from 427); Green value is 169 (66.41% from 255 or 39.58% from 427); Blue value is 8 (3.52% from 255 or 1.87% from 427); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA908 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA908 is #0556F7. Grayscale: #AFAFAF. Windows color (decimal): -349944 or 567802. OLE color: 567802.

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

Color convert

RGB 250 169 8 -
CMYK 0 0.32 0.97 0.02
HSL 39.92º 0.96% 0.51% -
HSV(B) 39.92º 0.97% 0.98% -
XYZ 53.66 48.72 6.81 -
YUV 174.87 33.84 181.59 -
System Red Green Blue C M Y K H S L
Decimal 250 169 8 0 0.32 0.97 0.02 39.92 0.96 0.51
Hex FA A9 8 0 20 61 2 28 60 33
Octal 372 251 10 0 40 141 2 50 140 63
Binary 11111010 10101001 1000 0 100000 1100001 10 101000 1100000 110011

Color Harmonies of #FAA908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA908

Black with #FAA908

Text Example


Text Example

White with #FAA908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA908; }

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

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

background-color css

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

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

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

border-color css

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

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

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