Html Css Color HEX #F0A005 Orange Peel

📋 copy color: '#F0A005'

red 240 ◦ green 160 ◦ blue 5

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

Shades of Orange Peel #F0A005

Tints of Orange Peel #F0A005

RGB

 RED value IS 240 (94.14% from 255) = 59.26%

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

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

R = 59.26%
G = 39.51%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F0A005 (or 0xF0A005) is known color: Orange Peel. HEX triplet: F0, A0 and 05. RGB value is (240,160,5). Sum of RGB (Red+Green+Blue) = 240+160+5=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 5 (2.34% from 255 or 1.23% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A005 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A005 is #0F5FFA. Grayscale: #A6A6A6. Windows color (decimal): -1007611 or 368880. OLE color: 368880.

HSL color Cylindrical-coordinate representation of color #F0A005: hue angle of 39.57º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0A005 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 160 5 -
CMYK 0 0.33 0.98 0.06
HSL 39.57º 0.96% 0.48% -
HSV(B) 39.57º 0.98% 0.94% -
XYZ 48.53 43.68 6.02 -
YUV 166.25 37 180.6 -
System Red Green Blue C M Y K H S L
Decimal 240 160 5 0 0.33 0.98 0.06 39.57 0.96 0.48
Hex F0 A0 5 0 21 62 6 28 60 30
Octal 360 240 5 0 41 142 6 50 140 60
Binary 11110000 10100000 101 0 100001 1100010 110 101000 1100000 110000

Color Harmonies of #F0A005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A005

Black with #F0A005

Text Example


Text Example

White with #F0A005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A005; }

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

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

background-color css

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

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

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

border-color css

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

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

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