Html Css Color HEX #F15D13 Persimmon

📋 copy color: '#F15D13'

red 241 ◦ green 93 ◦ blue 19

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

Shades of Persimmon #F15D13

Tints of Persimmon #F15D13

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.35%

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

R = 68.27%
G = 26.35%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F15D13 (or 0xF15D13) is known color: Persimmon. HEX triplet: F1, 5D and 13. RGB value is (241,93,19). Sum of RGB (Red+Green+Blue) = 241+93+19=353 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.27% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 19 (7.81% from 255 or 5.38% from 353); Max value from RGB is 241 - color contains mainly: red. Hex color #F15D13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15D13 is #0EA2EC. Grayscale: #818181. Windows color (decimal): -959213 or 1269233. OLE color: 1269233.

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

Color convert

RGB 241 93 19 -
CMYK 0 0.61 0.92 0.05
HSL 20º 0.89% 0.51% -
HSV(B) 20º 0.92% 0.95% -
XYZ 40.31 26.58 3.62 -
YUV 128.82 66.03 208.02 -
System Red Green Blue C M Y K H S L
Decimal 241 93 19 0 0.61 0.92 0.05 20 0.89 0.51
Hex F1 5D 13 0 3D 5C 5 14 59 33
Octal 361 135 23 0 75 134 5 24 131 63
Binary 11110001 1011101 10011 0 111101 1011100 101 10100 1011001 110011

Color Harmonies of #F15D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15D13

Black with #F15D13

Text Example


Text Example

White with #F15D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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