Html Css Color HEX #F16212 Persimmon

📋 copy color: '#F16212'

red 241 ◦ green 98 ◦ blue 18

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

Shades of Persimmon #F16212

Tints of Persimmon #F16212

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.45%

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

R = 67.51%
G = 27.45%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F16212 (or 0xF16212) is known color: Persimmon. HEX triplet: F1, 62 and 12. RGB value is (241,98,18). Sum of RGB (Red+Green+Blue) = 241+98+18=357 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.51% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 18 (7.42% from 255 or 5.04% from 357); Max value from RGB is 241 - color contains mainly: red. Hex color #F16212 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16212 is #0E9DED. Grayscale: #848484. Windows color (decimal): -957934 or 1204977. OLE color: 1204977.

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

Color convert

RGB 241 98 18 -
CMYK 0 0.59 0.93 0.05
HSL 21.52º 0.89% 0.51% -
HSV(B) 21.52º 0.93% 0.95% -
XYZ 40.75 27.48 3.73 -
YUV 131.64 63.88 206 -
System Red Green Blue C M Y K H S L
Decimal 241 98 18 0 0.59 0.93 0.05 21.52 0.89 0.51
Hex F1 62 12 0 3B 5D 5 16 59 33
Octal 361 142 22 0 73 135 5 26 131 63
Binary 11110001 1100010 10010 0 111011 1011101 101 10110 1011001 110011

Color Harmonies of #F16212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16212

Black with #F16212

Text Example


Text Example

White with #F16212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16212; }

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

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

background-color css

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

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

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

border-color css

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

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

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