Html Css Color HEX #F15713 Persimmon

📋 copy color: '#F15713'

red 241 ◦ green 87 ◦ blue 19

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

Shades of Persimmon #F15713

Tints of Persimmon #F15713

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.07%

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

R = 69.45%
G = 25.07%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F15713 (or 0xF15713) is known color: Persimmon. HEX triplet: F1, 57 and 13. RGB value is (241,87,19). Sum of RGB (Red+Green+Blue) = 241+87+19=347 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.45% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 19 (7.81% from 255 or 5.48% from 347); Max value from RGB is 241 - color contains mainly: red. Hex color #F15713 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15713 is #0EA8EC. Grayscale: #7D7D7D. Windows color (decimal): -960749 or 1267697. OLE color: 1267697.

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

Color convert

RGB 241 87 19 -
CMYK 0 0.64 0.92 0.05
HSL 18.38º 0.89% 0.51% -
HSV(B) 18.38º 0.92% 0.95% -
XYZ 39.8 25.56 3.45 -
YUV 125.29 68.02 210.53 -
System Red Green Blue C M Y K H S L
Decimal 241 87 19 0 0.64 0.92 0.05 18.38 0.89 0.51
Hex F1 57 13 0 40 5C 5 12 59 33
Octal 361 127 23 0 100 134 5 22 131 63
Binary 11110001 1010111 10011 0 1000000 1011100 101 10010 1011001 110011

Color Harmonies of #F15713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15713

Black with #F15713

Text Example


Text Example

White with #F15713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15713; }

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

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

background-color css

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

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

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

border-color css

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

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

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