Html Css Color HEX #F15013 Persimmon

📋 copy color: '#F15013'

red 241 ◦ green 80 ◦ blue 19

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

Shades of Persimmon #F15013

Tints of Persimmon #F15013

RGB

 RED value IS 241 (94.53% from 255) = 70.88%

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

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

R = 70.88%
G = 23.53%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F15013 (or 0xF15013) is known color: Persimmon. HEX triplet: F1, 50 and 13. RGB value is (241,80,19). Sum of RGB (Red+Green+Blue) = 241+80+19=340 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.88% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 19 (7.81% from 255 or 5.59% from 340); Max value from RGB is 241 - color contains mainly: red. Hex color #F15013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15013 is #0EAFEC. Grayscale: #797979. Windows color (decimal): -962541 or 1265905. OLE color: 1265905.

HSL color Cylindrical-coordinate representation of color #F15013: hue angle of 16.49º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F15013 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 80 19 -
CMYK 0 0.67 0.92 0.05
HSL 16.49º 0.89% 0.51% -
HSV(B) 16.49º 0.92% 0.95% -
XYZ 39.26 24.49 3.27 -
YUV 121.19 70.34 213.46 -
System Red Green Blue C M Y K H S L
Decimal 241 80 19 0 0.67 0.92 0.05 16.49 0.89 0.51
Hex F1 50 13 0 43 5C 5 10 59 33
Octal 361 120 23 0 103 134 5 20 131 63
Binary 11110001 1010000 10011 0 1000011 1011100 101 10000 1011001 110011

Color Harmonies of #F15013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15013

Black with #F15013

Text Example


Text Example

White with #F15013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15013; }

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

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

background-color css

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

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

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

border-color css

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

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

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