Html Css Color HEX #F05013 Persimmon

📋 copy color: '#F05013'

red 240 ◦ green 80 ◦ blue 19

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

Shades of Persimmon #F05013

Tints of Persimmon #F05013

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.6%

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

R = 70.8%
G = 23.6%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F05013 (or 0xF05013) is known color: Persimmon. HEX triplet: F0, 50 and 13. RGB value is (240,80,19). Sum of RGB (Red+Green+Blue) = 240+80+19=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F05013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05013 is #0FAFEC. Grayscale: #797979. Windows color (decimal): -1028077 or 1265904. OLE color: 1265904.

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

Color convert

RGB 240 80 19 -
CMYK 0 0.67 0.92 0.06
HSL 16.56º 0.88% 0.51% -
HSV(B) 16.56º 0.92% 0.94% -
XYZ 38.92 24.31 3.26 -
YUV 120.89 70.51 212.96 -
System Red Green Blue C M Y K H S L
Decimal 240 80 19 0 0.67 0.92 0.06 16.56 0.88 0.51
Hex F0 50 13 0 43 5C 6 11 58 33
Octal 360 120 23 0 103 134 6 21 130 63
Binary 11110000 1010000 10011 0 1000011 1011100 110 10001 1011000 110011

Color Harmonies of #F05013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05013

Black with #F05013

Text Example


Text Example

White with #F05013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05013; }

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

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

background-color css

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

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

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

border-color css

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

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

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