Html Css Color HEX #F15913 Persimmon

📋 copy color: '#F15913'

red 241 ◦ green 89 ◦ blue 19

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

Shades of Persimmon #F15913

Tints of Persimmon #F15913

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.5%

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

R = 69.05%
G = 25.5%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F15913 (or 0xF15913) is known color: Persimmon. HEX triplet: F1, 59 and 13. RGB value is (241,89,19). Sum of RGB (Red+Green+Blue) = 241+89+19=349 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.05% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 19 (7.81% from 255 or 5.44% from 349); Max value from RGB is 241 - color contains mainly: red. Hex color #F15913 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15913 is #0EA6EC. Grayscale: #7E7E7E. Windows color (decimal): -960237 or 1268209. OLE color: 1268209.

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

Color convert

RGB 241 89 19 -
CMYK 0 0.63 0.92 0.05
HSL 18.92º 0.89% 0.51% -
HSV(B) 18.92º 0.92% 0.95% -
XYZ 39.97 25.89 3.51 -
YUV 126.47 67.36 209.69 -
System Red Green Blue C M Y K H S L
Decimal 241 89 19 0 0.63 0.92 0.05 18.92 0.89 0.51
Hex F1 59 13 0 3F 5C 5 13 59 33
Octal 361 131 23 0 77 134 5 23 131 63
Binary 11110001 1011001 10011 0 111111 1011100 101 10011 1011001 110011

Color Harmonies of #F15913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15913

Black with #F15913

Text Example


Text Example

White with #F15913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15913; }

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

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

background-color css

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

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

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

border-color css

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

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

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