Html Css Color HEX #F15211 Persimmon

📋 copy color: '#F15211'

red 241 ◦ green 82 ◦ blue 17

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

Shades of Persimmon #F15211

Tints of Persimmon #F15211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5%

R = 70.88%
G = 24.12%
B = 5%

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

#F15211 (or 0xF15211) is known color: Persimmon. HEX triplet: F1, 52 and 11. RGB value is (241,82,17). Sum of RGB (Red+Green+Blue) = 241+82+17=340 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.88% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 17 (7.03% from 255 or 5% from 340); Max value from RGB is 241 - color contains mainly: red. Hex color #F15211 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15211 is #0EADEE. Grayscale: #7A7A7A. Windows color (decimal): -962031 or 1135345. OLE color: 1135345.

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

Color convert

RGB 241 82 17 -
CMYK 0 0.66 0.93 0.05
HSL 17.41º 0.89% 0.51% -
HSV(B) 17.41º 0.93% 0.95% -
XYZ 39.39 24.78 3.24 -
YUV 122.13 68.68 212.79 -
System Red Green Blue C M Y K H S L
Decimal 241 82 17 0 0.66 0.93 0.05 17.41 0.89 0.51
Hex F1 52 11 0 42 5D 5 11 59 33
Octal 361 122 21 0 102 135 5 21 131 63
Binary 11110001 1010010 10001 0 1000010 1011101 101 10001 1011001 110011

Color Harmonies of #F15211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15211

Black with #F15211

Text Example


Text Example

White with #F15211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15211; }

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

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

background-color css

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

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

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

border-color css

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

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

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