Html Css Color HEX #F16112 Persimmon

📋 copy color: '#F16112'

red 241 ◦ green 97 ◦ blue 18

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

Shades of Persimmon #F16112

Tints of Persimmon #F16112

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.25%

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

R = 67.7%
G = 27.25%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F16112 (or 0xF16112) is known color: Persimmon. HEX triplet: F1, 61 and 12. RGB value is (241,97,18). Sum of RGB (Red+Green+Blue) = 241+97+18=356 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.70% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 241 - color contains mainly: red. Hex color #F16112 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16112 is #0E9EED. Grayscale: #838383. Windows color (decimal): -958190 or 1204721. OLE color: 1204721.

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

Color convert

RGB 241 97 18 -
CMYK 0 0.60 0.93 0.05
HSL 21.26º 0.89% 0.51% -
HSV(B) 21.26º 0.93% 0.95% -
XYZ 40.66 27.29 3.7 -
YUV 131.05 64.21 206.42 -
System Red Green Blue C M Y K H S L
Decimal 241 97 18 0 0.60 0.93 0.05 21.26 0.89 0.51
Hex F1 61 12 0 3C 5D 5 15 59 33
Octal 361 141 22 0 74 135 5 25 131 63
Binary 11110001 1100001 10010 0 111100 1011101 101 10101 1011001 110011

Color Harmonies of #F16112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16112

Black with #F16112

Text Example


Text Example

White with #F16112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16112; }

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

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

background-color css

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

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

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

border-color css

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

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

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