Html Css Color HEX #F06012 Persimmon

📋 copy color: '#F06012'

red 240 ◦ green 96 ◦ blue 18

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

Shades of Persimmon #F06012

Tints of Persimmon #F06012

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.12%

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

R = 67.8%
G = 27.12%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F06012 (or 0xF06012) is known color: Persimmon. HEX triplet: F0, 60 and 12. RGB value is (240,96,18). Sum of RGB (Red+Green+Blue) = 240+96+18=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 18 (7.42% from 255 or 5.08% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F06012 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06012 is #0F9FED. Grayscale: #828282. Windows color (decimal): -1023982 or 1204464. OLE color: 1204464.

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

Color convert

RGB 240 96 18 -
CMYK 0 0.6 0.92 0.06
HSL 21.08º 0.88% 0.51% -
HSV(B) 21.08º 0.93% 0.94% -
XYZ 40.23 26.93 3.65 -
YUV 130.16 64.71 206.34 -
System Red Green Blue C M Y K H S L
Decimal 240 96 18 0 0.6 0.92 0.06 21.08 0.88 0.51
Hex F0 60 12 0 3C 5C 6 15 58 33
Octal 360 140 22 0 74 134 6 25 130 63
Binary 11110000 1100000 10010 0 111100 1011100 110 10101 1011000 110011

Color Harmonies of #F06012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06012

Black with #F06012

Text Example


Text Example

White with #F06012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06012; }

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

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

background-color css

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

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

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

border-color css

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

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

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