Html Css Color HEX #FAA00A Orange Peel

📋 copy color: '#FAA00A'

red 250 ◦ green 160 ◦ blue 10

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

Shades of Orange Peel #FAA00A

Tints of Orange Peel #FAA00A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.38%

R = 59.52%
G = 38.1%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAA00A (or 0xFAA00A) is known color: Orange Peel. HEX triplet: FA, A0 and 0A. RGB value is (250,160,10). Sum of RGB (Red+Green+Blue) = 250+160+10=420 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.52% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 10 (4.30% from 255 or 2.38% from 420); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA00A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA00A is #055FF5. Grayscale: #AAAAAA. Windows color (decimal): -352246 or 696570. OLE color: 696570.

HSL color Cylindrical-coordinate representation of color #FAA00A: hue angle of 37.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FAA00A is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 160 10 -
CMYK 0 0.36 0.96 0.02
HSL 37.5º 0.96% 0.51% -
HSV(B) 37.5º 0.96% 0.98% -
XYZ 52.05 45.49 6.32 -
YUV 169.81 37.82 185.2 -
System Red Green Blue C M Y K H S L
Decimal 250 160 10 0 0.36 0.96 0.02 37.5 0.96 0.51
Hex FA A0 A 0 24 60 2 26 60 33
Octal 372 240 12 0 44 140 2 46 140 63
Binary 11111010 10100000 1010 0 100100 1100000 10 100110 1100000 110011

Color Harmonies of #FAA00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA00A

Black with #FAA00A

Text Example


Text Example

White with #FAA00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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