Html Css Color HEX #FAA800 Orange

📋 copy color: '#FAA800'

red 250 ◦ green 168 ◦ blue 0

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

Shades of Orange #FAA800

Tints of Orange #FAA800

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.19%

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

R = 59.81%
G = 40.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FAA800 (or 0xFAA800) is known color: Orange. HEX triplet: FA, A8 and 00. RGB value is (250,168,0). Sum of RGB (Red+Green+Blue) = 250+168+0=418 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.81% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 0 (0.39% from 255 or 0% from 418); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA800 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA800 is #0557FF. Grayscale: #AEAEAE. Windows color (decimal): -350208 or 43258. OLE color: 43258.

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

Color convert

RGB 250 168 0 -
CMYK 0 0.33 1 0.02
HSL 40.32º 1% 0.49% -
HSV(B) 40.32º 1% 0.98% -
XYZ 53.43 48.33 6.51 -
YUV 173.37 30.17 182.66 -
System Red Green Blue C M Y K H S L
Decimal 250 168 0 0 0.33 1 0.02 40.32 1 0.49
Hex FA A8 0 0 21 64 2 28 64 31
Octal 372 250 0 0 41 144 2 50 144 61
Binary 11111010 10101000 0 0 100001 1100100 10 101000 1100100 110001

Color Harmonies of #FAA800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA800

Black with #FAA800

Text Example


Text Example

White with #FAA800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA800; }

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

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

background-color css

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

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

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

border-color css

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

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

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