Html Css Color HEX #F06013 Persimmon

📋 copy color: '#F06013'

red 240 ◦ green 96 ◦ blue 19

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

Shades of Persimmon #F06013

Tints of Persimmon #F06013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.35%

R = 67.61%
G = 27.04%
B = 5.35%

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

#F06013 (or 0xF06013) is known color: Persimmon. HEX triplet: F0, 60 and 13. RGB value is (240,96,19). Sum of RGB (Red+Green+Blue) = 240+96+19=355 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.61% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 19 (7.81% from 255 or 5.35% from 355); Max value from RGB is 240 - color contains mainly: red. Hex color #F06013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06013 is #0F9FEC. Grayscale: #828282. Windows color (decimal): -1023981 or 1270000. OLE color: 1270000.

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

Color convert

RGB 240 96 19 -
CMYK 0 0.6 0.92 0.06
HSL 20.9º 0.88% 0.51% -
HSV(B) 20.9º 0.92% 0.94% -
XYZ 40.24 26.94 3.7 -
YUV 130.28 65.21 206.26 -
System Red Green Blue C M Y K H S L
Decimal 240 96 19 0 0.6 0.92 0.06 20.9 0.88 0.51
Hex F0 60 13 0 3C 5C 6 15 58 33
Octal 360 140 23 0 74 134 6 25 130 63
Binary 11110000 1100000 10011 0 111100 1011100 110 10101 1011000 110011

Color Harmonies of #F06013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06013

Black with #F06013

Text Example


Text Example

White with #F06013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06013; }

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

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

background-color css

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

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

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

border-color css

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

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

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