Html Css Color HEX #FAA200 Orange Peel

📋 copy color: '#FAA200'

red 250 ◦ green 162 ◦ blue 0

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

Shades of Orange Peel #FAA200

Tints of Orange Peel #FAA200

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.32%

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

R = 60.68%
G = 39.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FAA200 (or 0xFAA200) is known color: Orange Peel. HEX triplet: FA, A2 and 00. RGB value is (250,162,0). Sum of RGB (Red+Green+Blue) = 250+162+0=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 0 (0.39% from 255 or 0% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA200 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA200 is #055DFF. Grayscale: #AAAAAA. Windows color (decimal): -351744 or 41722. OLE color: 41722.

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

Color convert

RGB 250 162 0 -
CMYK 0 0.35 1 0.02
HSL 38.88º 1% 0.49% -
HSV(B) 38.88º 1% 0.98% -
XYZ 52.34 46.16 6.15 -
YUV 169.84 32.15 185.17 -
System Red Green Blue C M Y K H S L
Decimal 250 162 0 0 0.35 1 0.02 38.88 1 0.49
Hex FA A2 0 0 23 64 2 27 64 31
Octal 372 242 0 0 43 144 2 47 144 61
Binary 11111010 10100010 0 0 100011 1100100 10 100111 1100100 110001

Color Harmonies of #FAA200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA200

Black with #FAA200

Text Example


Text Example

White with #FAA200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA200; }

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

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

background-color css

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

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

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

border-color css

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

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

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