Html Css Color HEX #F16313 Persimmon

📋 copy color: '#F16313'

red 241 ◦ green 99 ◦ blue 19

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

Shades of Persimmon #F16313

Tints of Persimmon #F16313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.29%

R = 67.13%
G = 27.58%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F16313 (or 0xF16313) is known color: Persimmon. HEX triplet: F1, 63 and 13. RGB value is (241,99,19). Sum of RGB (Red+Green+Blue) = 241+99+19=359 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.13% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 19 (7.81% from 255 or 5.29% from 359); Max value from RGB is 241 - color contains mainly: red. Hex color #F16313 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16313 is #0E9CEC. Grayscale: #848484. Windows color (decimal): -957677 or 1270769. OLE color: 1270769.

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

Color convert

RGB 241 99 19 -
CMYK 0 0.59 0.92 0.05
HSL 21.62º 0.89% 0.51% -
HSV(B) 21.62º 0.92% 0.95% -
XYZ 40.86 27.67 3.8 -
YUV 132.34 64.04 205.5 -
System Red Green Blue C M Y K H S L
Decimal 241 99 19 0 0.59 0.92 0.05 21.62 0.89 0.51
Hex F1 63 13 0 3B 5C 5 16 59 33
Octal 361 143 23 0 73 134 5 26 131 63
Binary 11110001 1100011 10011 0 111011 1011100 101 10110 1011001 110011

Color Harmonies of #F16313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16313

Black with #F16313

Text Example


Text Example

White with #F16313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16313; }

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

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

background-color css

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

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

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

border-color css

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

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

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