Html Css Color HEX #FFA002 Orange Peel

📋 copy color: '#FFA002'

red 255 ◦ green 160 ◦ blue 2

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

Shades of Orange Peel #FFA002

Tints of Orange Peel #FFA002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 61.15%
G = 38.37%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FFA002 (or 0xFFA002) is known color: Orange Peel. HEX triplet: FF, A0 and 02. RGB value is (255,160,2). Sum of RGB (Red+Green+Blue) = 255+160+2=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 2 (1.17% from 255 or 0.48% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA002 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA002 is #005FFD. Grayscale: #ABABAB. Windows color (decimal): -24574 or 172287. OLE color: 172287.

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

Color convert

RGB 255 160 2 -
CMYK 0 0.37 0.99 0
HSL 37.47º 1% 0.5% -
HSV(B) 37.47º 0.99% 1% -
XYZ 53.82 46.41 6.18 -
YUV 170.39 32.97 188.35 -
System Red Green Blue C M Y K H S L
Decimal 255 160 2 0 0.37 0.99 0 37.47 1 0.5
Hex FF A0 2 0 25 63 0 25 64 32
Octal 377 240 2 0 45 143 0 45 144 62
Binary 11111111 10100000 10 0 100101 1100011 0 100101 1100100 110010

Color Harmonies of #FFA002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA002

Black with #FFA002

Text Example


Text Example

White with #FFA002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA002; }

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

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

background-color css

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

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

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

border-color css

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

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

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