Html Css Color HEX #F15813 Persimmon

📋 copy color: '#F15813'

red 241 ◦ green 88 ◦ blue 19

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

Shades of Persimmon #F15813

Tints of Persimmon #F15813

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.29%

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

R = 69.25%
G = 25.29%
B = 5.46%

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

#F15813 (or 0xF15813) is known color: Persimmon. HEX triplet: F1, 58 and 13. RGB value is (241,88,19). Sum of RGB (Red+Green+Blue) = 241+88+19=348 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.25% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 19 (7.81% from 255 or 5.46% from 348); Max value from RGB is 241 - color contains mainly: red. Hex color #F15813 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15813 is #0EA7EC. Grayscale: #7E7E7E. Windows color (decimal): -960493 or 1267953. OLE color: 1267953.

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

Color convert

RGB 241 88 19 -
CMYK 0 0.63 0.92 0.05
HSL 18.65º 0.89% 0.51% -
HSV(B) 18.65º 0.92% 0.95% -
XYZ 39.88 25.73 3.48 -
YUV 125.88 67.69 210.11 -
System Red Green Blue C M Y K H S L
Decimal 241 88 19 0 0.63 0.92 0.05 18.65 0.89 0.51
Hex F1 58 13 0 3F 5C 5 13 59 33
Octal 361 130 23 0 77 134 5 23 131 63
Binary 11110001 1011000 10011 0 111111 1011100 101 10011 1011001 110011

Color Harmonies of #F15813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15813

Black with #F15813

Text Example


Text Example

White with #F15813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15813; }

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

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

background-color css

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

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

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

border-color css

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

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

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