Html Css Color HEX #F0A105 Orange Peel

📋 copy color: '#F0A105'

red 240 ◦ green 161 ◦ blue 5

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

Shades of Orange Peel #F0A105

Tints of Orange Peel #F0A105

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.66%

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

R = 59.11%
G = 39.66%
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

#F0A105 (or 0xF0A105) is known color: Orange Peel. HEX triplet: F0, A1 and 05. RGB value is (240,161,5). Sum of RGB (Red+Green+Blue) = 240+161+5=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 161 (63.28% from 255 or 39.66% from 406); Blue value is 5 (2.34% from 255 or 1.23% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A105 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A105 is #0F5EFA. Grayscale: #A7A7A7. Windows color (decimal): -1007355 or 369136. OLE color: 369136.

HSL color Cylindrical-coordinate representation of color #F0A105: hue angle of 39.83º 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 #F0A105 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 161 5 -
CMYK 0 0.33 0.98 0.06
HSL 39.83º 0.96% 0.48% -
HSV(B) 39.83º 0.98% 0.94% -
XYZ 48.71 44.03 6.07 -
YUV 166.84 36.67 180.18 -
System Red Green Blue C M Y K H S L
Decimal 240 161 5 0 0.33 0.98 0.06 39.83 0.96 0.48
Hex F0 A1 5 0 21 62 6 28 60 30
Octal 360 241 5 0 41 142 6 50 140 60
Binary 11110000 10100001 101 0 100001 1100010 110 101000 1100000 110000

Color Harmonies of #F0A105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A105

Black with #F0A105

Text Example


Text Example

White with #F0A105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A105; }

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

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

background-color css

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

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

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

border-color css

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

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

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