Html Css Color HEX #F15413 Persimmon

📋 copy color: '#F15413'

red 241 ◦ green 84 ◦ blue 19

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

Shades of Persimmon #F15413

Tints of Persimmon #F15413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.42%

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

R = 70.06%
G = 24.42%
B = 5.52%

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

#F15413 (or 0xF15413) is known color: Persimmon. HEX triplet: F1, 54 and 13. RGB value is (241,84,19). Sum of RGB (Red+Green+Blue) = 241+84+19=344 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.06% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 19 (7.81% from 255 or 5.52% from 344); Max value from RGB is 241 - color contains mainly: red. Hex color #F15413 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15413 is #0EABEC. Grayscale: #7B7B7B. Windows color (decimal): -961517 or 1266929. OLE color: 1266929.

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

Color convert

RGB 241 84 19 -
CMYK 0 0.65 0.92 0.05
HSL 17.57º 0.89% 0.51% -
HSV(B) 17.57º 0.92% 0.95% -
XYZ 39.56 25.09 3.37 -
YUV 123.53 69.01 211.79 -
System Red Green Blue C M Y K H S L
Decimal 241 84 19 0 0.65 0.92 0.05 17.57 0.89 0.51
Hex F1 54 13 0 41 5C 5 12 59 33
Octal 361 124 23 0 101 134 5 22 131 63
Binary 11110001 1010100 10011 0 1000001 1011100 101 10010 1011001 110011

Color Harmonies of #F15413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15413

Black with #F15413

Text Example


Text Example

White with #F15413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15413; }

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

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

background-color css

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

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

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

border-color css

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

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

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