Html Css Color HEX #F15118 Persimmon

📋 copy color: '#F15118'

red 241 ◦ green 81 ◦ blue 24

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

Shades of Persimmon #F15118

Tints of Persimmon #F15118

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.41%

 BLUE value IS 24 (9.77% from 255) = 6.94%

R = 69.65%
G = 23.41%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F15118 (or 0xF15118) is known color: Persimmon. HEX triplet: F1, 51 and 18. RGB value is (241,81,24). Sum of RGB (Red+Green+Blue) = 241+81+24=346 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.65% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 24 (9.77% from 255 or 6.94% from 346); Max value from RGB is 241 - color contains mainly: red. Hex color #F15118 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15118 is #0EAEE7. Grayscale: #7A7A7A. Windows color (decimal): -962280 or 1593841. OLE color: 1593841.

HSL color Cylindrical-coordinate representation of color #F15118: hue angle of 15.76º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F15118 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 81 24 -
CMYK 0 0.66 0.90 0.05
HSL 15.76º 0.89% 0.52% -
HSV(B) 15.76º 0.9% 0.95% -
XYZ 39.38 24.65 3.55 -
YUV 122.34 72.51 212.63 -
System Red Green Blue C M Y K H S L
Decimal 241 81 24 0 0.66 0.90 0.05 15.76 0.89 0.52
Hex F1 51 18 0 42 5A 5 10 59 34
Octal 361 121 30 0 102 132 5 20 131 64
Binary 11110001 1010001 11000 0 1000010 1011010 101 10000 1011001 110100

Color Harmonies of #F15118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15118

Black with #F15118

Text Example


Text Example

White with #F15118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15118; }

 p { color: rgb(241,81,24); }

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

background-color css

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

 a { background-color: rgb(241,81,24); }

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

border-color css

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

 span { border-color: rgb(241,81,24); }

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