Html Css Color HEX #FAA000 Orange Peel

📋 copy color: '#FAA000'

red 250 ◦ green 160 ◦ blue 0

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

Shades of Orange Peel #FAA000

Tints of Orange Peel #FAA000

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.02%

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

R = 60.98%
G = 39.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FAA000 (or 0xFAA000) is known color: Orange Peel. HEX triplet: FA, A0 and 00. RGB value is (250,160,0). Sum of RGB (Red+Green+Blue) = 250+160+0=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 0 (0.39% from 255 or 0% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA000 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA000 is #055FFF. Grayscale: #A9A9A9. Windows color (decimal): -352256 or 41210. OLE color: 41210.

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

Color convert

RGB 250 160 0 -
CMYK 0 0.36 1 0.02
HSL 38.4º 1% 0.49% -
HSV(B) 38.4º 1% 0.98% -
XYZ 52 45.47 6.04 -
YUV 168.67 32.82 186.01 -
System Red Green Blue C M Y K H S L
Decimal 250 160 0 0 0.36 1 0.02 38.4 1 0.49
Hex FA A0 0 0 24 64 2 26 64 31
Octal 372 240 0 0 44 144 2 46 144 61
Binary 11111010 10100000 0 0 100100 1100100 10 100110 1100100 110001

Color Harmonies of #FAA000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA000

Black with #FAA000

Text Example


Text Example

White with #FAA000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA000; }

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

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

background-color css

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

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

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

border-color css

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

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

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