Html Css Color HEX #FFA005 Orange Peel

📋 copy color: '#FFA005'

red 255 ◦ green 160 ◦ blue 5

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

Shades of Orange Peel #FFA005

Tints of Orange Peel #FFA005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.19%

R = 60.71%
G = 38.1%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFA005 (or 0xFFA005) is known color: Orange Peel. HEX triplet: FF, A0 and 05. RGB value is (255,160,5). Sum of RGB (Red+Green+Blue) = 255+160+5=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 5 (2.34% from 255 or 1.19% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA005 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA005 is #005FFA. Grayscale: #ABABAB. Windows color (decimal): -24571 or 368895. OLE color: 368895.

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

Color convert

RGB 255 160 5 -
CMYK 0 0.37 0.98 0
HSL 37.2º 1% 0.51% -
HSV(B) 37.2º 0.98% 1% -
XYZ 53.84 46.41 6.26 -
YUV 170.74 34.47 188.1 -
System Red Green Blue C M Y K H S L
Decimal 255 160 5 0 0.37 0.98 0 37.2 1 0.51
Hex FF A0 5 0 25 62 0 25 64 33
Octal 377 240 5 0 45 142 0 45 144 63
Binary 11111111 10100000 101 0 100101 1100010 0 100101 1100100 110011

Color Harmonies of #FFA005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA005

Black with #FFA005

Text Example


Text Example

White with #FFA005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA005; }

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

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

background-color css

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

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

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

border-color css

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

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

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