Html Css Color HEX #F15212 Persimmon

📋 copy color: '#F15212'

red 241 ◦ green 82 ◦ blue 18

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

Shades of Persimmon #F15212

Tints of Persimmon #F15212

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.05%

 BLUE value IS 18 (7.42% from 255) = 5.28%

R = 70.67%
G = 24.05%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F15212 (or 0xF15212) is known color: Persimmon. HEX triplet: F1, 52 and 12. RGB value is (241,82,18). Sum of RGB (Red+Green+Blue) = 241+82+18=341 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.67% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 241 - color contains mainly: red. Hex color #F15212 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15212 is #0EADED. Grayscale: #7A7A7A. Windows color (decimal): -962030 or 1200881. OLE color: 1200881.

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

Color convert

RGB 241 82 18 -
CMYK 0 0.66 0.93 0.05
HSL 17.22º 0.89% 0.51% -
HSV(B) 17.22º 0.93% 0.95% -
XYZ 39.4 24.78 3.28 -
YUV 122.25 69.18 212.7 -
System Red Green Blue C M Y K H S L
Decimal 241 82 18 0 0.66 0.93 0.05 17.22 0.89 0.51
Hex F1 52 12 0 42 5D 5 11 59 33
Octal 361 122 22 0 102 135 5 21 131 63
Binary 11110001 1010010 10010 0 1000010 1011101 101 10001 1011001 110011

Color Harmonies of #F15212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15212

Black with #F15212

Text Example


Text Example

White with #F15212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15212; }

 p { color: rgb(241,82,18); }

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

background-color css

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

 a { background-color: rgb(241,82,18); }

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

border-color css

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

 span { border-color: rgb(241,82,18); }

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