Html Css Color HEX #FFA200 Orange Peel

📋 copy color: '#FFA200'

red 255 ◦ green 162 ◦ blue 0

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

Shades of Orange Peel #FFA200

Tints of Orange Peel #FFA200

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.85%

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

R = 61.15%
G = 38.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FFA200 (or 0xFFA200) is known color: Orange Peel. HEX triplet: FF, A2 and 00. RGB value is (255,162,0). Sum of RGB (Red+Green+Blue) = 255+162+0=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 0 (0.39% from 255 or 0% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA200 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA200 is #005DFF. Grayscale: #ACACAC. Windows color (decimal): -24064 or 41727. OLE color: 41727.

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

Color convert

RGB 255 162 0 -
CMYK 0 0.36 1 0
HSL 38.12º 1% 0.5% -
HSV(B) 38.12º 1% 1% -
XYZ 54.16 47.1 6.24 -
YUV 171.34 31.31 187.67 -
System Red Green Blue C M Y K H S L
Decimal 255 162 0 0 0.36 1 0 38.12 1 0.5
Hex FF A2 0 0 24 64 0 26 64 32
Octal 377 242 0 0 44 144 0 46 144 62
Binary 11111111 10100010 0 0 100100 1100100 0 100110 1100100 110010

Color Harmonies of #FFA200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA200

Black with #FFA200

Text Example


Text Example

White with #FFA200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA200; }

 p { color: rgb(255,162,0); }

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

background-color css

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

 a { background-color: rgb(255,162,0); }

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

border-color css

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

 span { border-color: rgb(255,162,0); }

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