Html Css Color HEX #F16013 Persimmon

📋 copy color: '#F16013'

red 241 ◦ green 96 ◦ blue 19

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

Shades of Persimmon #F16013

Tints of Persimmon #F16013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.97%

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

R = 67.7%
G = 26.97%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F16013 (or 0xF16013) is known color: Persimmon. HEX triplet: F1, 60 and 13. RGB value is (241,96,19). Sum of RGB (Red+Green+Blue) = 241+96+19=356 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.70% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 19 (7.81% from 255 or 5.34% from 356); Max value from RGB is 241 - color contains mainly: red. Hex color #F16013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16013 is #0E9FEC. Grayscale: #838383. Windows color (decimal): -958445 or 1270001. OLE color: 1270001.

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

Color convert

RGB 241 96 19 -
CMYK 0 0.60 0.92 0.05
HSL 20.81º 0.89% 0.51% -
HSV(B) 20.81º 0.92% 0.95% -
XYZ 40.58 27.11 3.71 -
YUV 130.58 65.04 206.76 -
System Red Green Blue C M Y K H S L
Decimal 241 96 19 0 0.60 0.92 0.05 20.81 0.89 0.51
Hex F1 60 13 0 3C 5C 5 15 59 33
Octal 361 140 23 0 74 134 5 25 131 63
Binary 11110001 1100000 10011 0 111100 1011100 101 10101 1011001 110011

Color Harmonies of #F16013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16013

Black with #F16013

Text Example


Text Example

White with #F16013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16013; }

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

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

background-color css

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

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

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

border-color css

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

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

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