Html Css Color HEX #FFA00A Orange Peel

📋 copy color: '#FFA00A'

red 255 ◦ green 160 ◦ blue 10

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

Shades of Orange Peel #FFA00A

Tints of Orange Peel #FFA00A

RGB

 RED value IS 255 (100% from 255) = 60%

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

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

R = 60%
G = 37.65%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFA00A (or 0xFFA00A) is known color: Orange Peel. HEX triplet: FF, A0 and 0A. RGB value is (255,160,10). Sum of RGB (Red+Green+Blue) = 255+160+10=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 10 (4.30% from 255 or 2.35% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA00A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA00A is #005FF5. Grayscale: #ABABAB. Windows color (decimal): -24566 or 696575. OLE color: 696575.

HSL color Cylindrical-coordinate representation of color #FFA00A: hue angle of 36.73º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFA00A is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.

Color convert

RGB 255 160 10 -
CMYK 0 0.37 0.96 0
HSL 36.73º 1% 0.52% -
HSV(B) 36.73º 0.96% 1% -
XYZ 53.87 46.42 6.41 -
YUV 171.31 36.97 187.7 -
System Red Green Blue C M Y K H S L
Decimal 255 160 10 0 0.37 0.96 0 36.73 1 0.52
Hex FF A0 A 0 25 60 0 25 64 34
Octal 377 240 12 0 45 140 0 45 144 64
Binary 11111111 10100000 1010 0 100101 1100000 0 100101 1100100 110100

Color Harmonies of #FFA00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA00A

Black with #FFA00A

Text Example


Text Example

White with #FFA00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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