Html Css Color HEX #F06212 Persimmon

📋 copy color: '#F06212'

red 240 ◦ green 98 ◦ blue 18

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

Shades of Persimmon #F06212

Tints of Persimmon #F06212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.06%

R = 67.42%
G = 27.53%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F06212 (or 0xF06212) is known color: Persimmon. HEX triplet: F0, 62 and 12. RGB value is (240,98,18). Sum of RGB (Red+Green+Blue) = 240+98+18=356 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.42% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 240 - color contains mainly: red. Hex color #F06212 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06212 is #0F9DED. Grayscale: #838383. Windows color (decimal): -1023470 or 1204976. OLE color: 1204976.

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

Color convert

RGB 240 98 18 -
CMYK 0 0.59 0.92 0.06
HSL 21.62º 0.88% 0.51% -
HSV(B) 21.62º 0.93% 0.94% -
XYZ 40.41 27.3 3.71 -
YUV 131.34 64.04 205.5 -
System Red Green Blue C M Y K H S L
Decimal 240 98 18 0 0.59 0.92 0.06 21.62 0.88 0.51
Hex F0 62 12 0 3B 5C 6 16 58 33
Octal 360 142 22 0 73 134 6 26 130 63
Binary 11110000 1100010 10010 0 111011 1011100 110 10110 1011000 110011

Color Harmonies of #F06212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06212

Black with #F06212

Text Example


Text Example

White with #F06212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06212; }

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

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

background-color css

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

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

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

border-color css

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

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

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