Html Css Color HEX #F15513 Persimmon

📋 copy color: '#F15513'

red 241 ◦ green 85 ◦ blue 19

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

Shades of Persimmon #F15513

Tints of Persimmon #F15513

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.64%

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

R = 69.86%
G = 24.64%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F15513 (or 0xF15513) is known color: Persimmon. HEX triplet: F1, 55 and 13. RGB value is (241,85,19). Sum of RGB (Red+Green+Blue) = 241+85+19=345 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.86% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 241 - color contains mainly: red. Hex color #F15513 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15513 is #0EAAEC. Grayscale: #7C7C7C. Windows color (decimal): -961261 or 1267185. OLE color: 1267185.

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

Color convert

RGB 241 85 19 -
CMYK 0 0.65 0.92 0.05
HSL 17.84º 0.89% 0.51% -
HSV(B) 17.84º 0.92% 0.95% -
XYZ 39.64 25.24 3.4 -
YUV 124.12 68.68 211.37 -
System Red Green Blue C M Y K H S L
Decimal 241 85 19 0 0.65 0.92 0.05 17.84 0.89 0.51
Hex F1 55 13 0 41 5C 5 12 59 33
Octal 361 125 23 0 101 134 5 22 131 63
Binary 11110001 1010101 10011 0 1000001 1011100 101 10010 1011001 110011

Color Harmonies of #F15513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15513

Black with #F15513

Text Example


Text Example

White with #F15513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15513; }

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

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

background-color css

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

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

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

border-color css

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

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

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