Html Css Color HEX #FFA001 Orange Peel

📋 copy color: '#FFA001'

red 255 ◦ green 160 ◦ blue 1

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

Shades of Orange Peel #FFA001

Tints of Orange Peel #FFA001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 61.3%
G = 38.46%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FFA001 (or 0xFFA001) is known color: Orange Peel. HEX triplet: FF, A0 and 01. RGB value is (255,160,1). Sum of RGB (Red+Green+Blue) = 255+160+1=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 1 (0.78% from 255 or 0.24% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA001 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA001 is #005FFE. Grayscale: #ABABAB. Windows color (decimal): -24575 or 106751. OLE color: 106751.

HSL color Cylindrical-coordinate representation of color #FFA001: hue angle of 37.56º 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 #FFA001 is Cyan = 0, Magento = 0.37, Yellow = 1.00 and Black (K on CMYK) = 0.

Color convert

RGB 255 160 1 -
CMYK 0 0.37 1.00 0
HSL 37.56º 1% 0.5% -
HSV(B) 37.56º 1% 1% -
XYZ 53.82 46.4 6.15 -
YUV 170.28 32.47 188.43 -
System Red Green Blue C M Y K H S L
Decimal 255 160 1 0 0.37 1.00 0 37.56 1 0.5
Hex FF A0 1 0 25 64 0 26 64 32
Octal 377 240 1 0 45 144 0 46 144 62
Binary 11111111 10100000 1 0 100101 1100100 0 100110 1100100 110010

Color Harmonies of #FFA001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA001

Black with #FFA001

Text Example


Text Example

White with #FFA001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA001; }

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

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

background-color css

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

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

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

border-color css

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

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

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