Html Css Color HEX #F06211 Persimmon

📋 copy color: '#F06211'

red 240 ◦ green 98 ◦ blue 17

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

Shades of Persimmon #F06211

Tints of Persimmon #F06211

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.61%

 BLUE value IS 17 (7.03% from 255) = 4.79%

R = 67.61%
G = 27.61%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F06211 (or 0xF06211) is known color: Persimmon. HEX triplet: F0, 62 and 11. RGB value is (240,98,17). Sum of RGB (Red+Green+Blue) = 240+98+17=355 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.61% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 17 (7.03% from 255 or 4.79% from 355); Max value from RGB is 240 - color contains mainly: red. Hex color #F06211 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06211 is #0F9DEE. Grayscale: #838383. Windows color (decimal): -1023471 or 1139440. OLE color: 1139440.

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

Color convert

RGB 240 98 17 -
CMYK 0 0.59 0.93 0.06
HSL 21.79º 0.88% 0.5% -
HSV(B) 21.79º 0.93% 0.94% -
XYZ 40.4 27.3 3.67 -
YUV 131.22 63.54 205.59 -
System Red Green Blue C M Y K H S L
Decimal 240 98 17 0 0.59 0.93 0.06 21.79 0.88 0.5
Hex F0 62 11 0 3B 5D 6 16 58 32
Octal 360 142 21 0 73 135 6 26 130 62
Binary 11110000 1100010 10001 0 111011 1011101 110 10110 1011000 110010

Color Harmonies of #F06211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06211

Black with #F06211

Text Example


Text Example

White with #F06211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06211; }

 p { color: rgb(240,98,17); }

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

background-color css

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

 a { background-color: rgb(240,98,17); }

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

border-color css

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

 span { border-color: rgb(240,98,17); }

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