Html Css Color HEX #FFA003 Orange Peel

📋 copy color: '#FFA003'

red 255 ◦ green 160 ◦ blue 3

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

Shades of Orange Peel #FFA003

Tints of Orange Peel #FFA003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.72%

R = 61%
G = 38.28%
B = 0.72%

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

#FFA003 (or 0xFFA003) is known color: Orange Peel. HEX triplet: FF, A0 and 03. RGB value is (255,160,3). Sum of RGB (Red+Green+Blue) = 255+160+3=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 3 (1.56% from 255 or 0.72% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA003 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA003 is #005FFC. Grayscale: #ABABAB. Windows color (decimal): -24573 or 237823. OLE color: 237823.

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

Color convert

RGB 255 160 3 -
CMYK 0 0.37 0.99 0
HSL 37.38º 1% 0.51% -
HSV(B) 37.38º 0.99% 1% -
XYZ 53.83 46.41 6.21 -
YUV 170.51 33.47 188.27 -
System Red Green Blue C M Y K H S L
Decimal 255 160 3 0 0.37 0.99 0 37.38 1 0.51
Hex FF A0 3 0 25 63 0 25 64 33
Octal 377 240 3 0 45 143 0 45 144 63
Binary 11111111 10100000 11 0 100101 1100011 0 100101 1100100 110011

Color Harmonies of #FFA003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA003

Black with #FFA003

Text Example


Text Example

White with #FFA003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA003; }

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

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

background-color css

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

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

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

border-color css

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

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

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