Html Css Color HEX #F15116 Persimmon

📋 copy color: '#F15116'

red 241 ◦ green 81 ◦ blue 22

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

Shades of Persimmon #F15116

Tints of Persimmon #F15116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.4%

R = 70.06%
G = 23.55%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F15116 (or 0xF15116) is known color: Persimmon. HEX triplet: F1, 51 and 16. RGB value is (241,81,22). Sum of RGB (Red+Green+Blue) = 241+81+22=344 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.06% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 241 - color contains mainly: red. Hex color #F15116 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15116 is #0EAEE9. Grayscale: #7A7A7A. Windows color (decimal): -962282 or 1462769. OLE color: 1462769.

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

Color convert

RGB 241 81 22 -
CMYK 0 0.66 0.91 0.05
HSL 16.16º 0.89% 0.52% -
HSV(B) 16.16º 0.91% 0.95% -
XYZ 39.36 24.64 3.44 -
YUV 122.11 71.51 212.8 -
System Red Green Blue C M Y K H S L
Decimal 241 81 22 0 0.66 0.91 0.05 16.16 0.89 0.52
Hex F1 51 16 0 42 5B 5 10 59 34
Octal 361 121 26 0 102 133 5 20 131 64
Binary 11110001 1010001 10110 0 1000010 1011011 101 10000 1011001 110100

Color Harmonies of #F15116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15116

Black with #F15116

Text Example


Text Example

White with #F15116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15116; }

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

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

background-color css

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

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

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

border-color css

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

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

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