Html Css Color HEX #F05110 Persimmon

📋 copy color: '#F05110'

red 240 ◦ green 81 ◦ blue 16

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

Shades of Persimmon #F05110

Tints of Persimmon #F05110

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.04%

 BLUE value IS 16 (6.64% from 255) = 4.75%

R = 71.22%
G = 24.04%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F05110 (or 0xF05110) is known color: Persimmon. HEX triplet: F0, 51 and 10. RGB value is (240,81,16). Sum of RGB (Red+Green+Blue) = 240+81+16=337 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.22% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 240 - color contains mainly: red. Hex color #F05110 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05110 is #0FAEEF. Grayscale: #797979. Windows color (decimal): -1027824 or 1069552. OLE color: 1069552.

HSL color Cylindrical-coordinate representation of color #F05110: hue angle of 17.41º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F05110 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 81 16 -
CMYK 0 0.66 0.93 0.06
HSL 17.41º 0.88% 0.5% -
HSV(B) 17.41º 0.93% 0.94% -
XYZ 38.97 24.45 3.16 -
YUV 121.13 68.68 212.79 -
System Red Green Blue C M Y K H S L
Decimal 240 81 16 0 0.66 0.93 0.06 17.41 0.88 0.5
Hex F0 51 10 0 42 5D 6 11 58 32
Octal 360 121 20 0 102 135 6 21 130 62
Binary 11110000 1010001 10000 0 1000010 1011101 110 10001 1011000 110010

Color Harmonies of #F05110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05110

Black with #F05110

Text Example


Text Example

White with #F05110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05110; }

 p { color: rgb(240,81,16); }

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

background-color css

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

 a { background-color: rgb(240,81,16); }

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

border-color css

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

 span { border-color: rgb(240,81,16); }

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