Html Css Color HEX #F16312 Persimmon

📋 copy color: '#F16312'

red 241 ◦ green 99 ◦ blue 18

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

Shades of Persimmon #F16312

Tints of Persimmon #F16312

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.65%

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

R = 67.32%
G = 27.65%
B = 5.03%

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

#F16312 (or 0xF16312) is known color: Persimmon. HEX triplet: F1, 63 and 12. RGB value is (241,99,18). Sum of RGB (Red+Green+Blue) = 241+99+18=358 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.32% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 241 - color contains mainly: red. Hex color #F16312 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16312 is #0E9CED. Grayscale: #848484. Windows color (decimal): -957678 or 1205233. OLE color: 1205233.

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

Color convert

RGB 241 99 18 -
CMYK 0 0.59 0.93 0.05
HSL 21.79º 0.89% 0.51% -
HSV(B) 21.79º 0.93% 0.95% -
XYZ 40.85 27.67 3.76 -
YUV 132.22 63.54 205.59 -
System Red Green Blue C M Y K H S L
Decimal 241 99 18 0 0.59 0.93 0.05 21.79 0.89 0.51
Hex F1 63 12 0 3B 5D 5 16 59 33
Octal 361 143 22 0 73 135 5 26 131 63
Binary 11110001 1100011 10010 0 111011 1011101 101 10110 1011001 110011

Color Harmonies of #F16312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16312

Black with #F16312

Text Example


Text Example

White with #F16312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16312; }

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

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

background-color css

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

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

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

border-color css

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

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

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