Html Css Color HEX #F55913 Persimmon

📋 copy color: '#F55913'

red 245 ◦ green 89 ◦ blue 19

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

Shades of Persimmon #F55913

Tints of Persimmon #F55913

RGB

 RED value IS 245 (96.09% from 255) = 69.41%

 GREEN value IS 89 (35.16% from 255) = 25.21%

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

R = 69.41%
G = 25.21%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F55913 (or 0xF55913) is known color: Persimmon. HEX triplet: F5, 59 and 13. RGB value is (245,89,19). Sum of RGB (Red+Green+Blue) = 245+89+19=353 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.41% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 19 (7.81% from 255 or 5.38% from 353); Max value from RGB is 245 - color contains mainly: red. Hex color #F55913 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55913 is #0AA6EC. Grayscale: #808080. Windows color (decimal): -698093 or 1268213. OLE color: 1268213.

HSL color Cylindrical-coordinate representation of color #F55913: hue angle of 18.58º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F55913 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 89 19 -
CMYK 0 0.64 0.92 0.04
HSL 18.58º 0.92% 0.52% -
HSV(B) 18.58º 0.92% 0.96% -
XYZ 41.35 26.6 3.57 -
YUV 127.66 66.68 211.69 -
System Red Green Blue C M Y K H S L
Decimal 245 89 19 0 0.64 0.92 0.04 18.58 0.92 0.52
Hex F5 59 13 0 40 5C 4 13 5C 34
Octal 365 131 23 0 100 134 4 23 134 64
Binary 11110101 1011001 10011 0 1000000 1011100 100 10011 1011100 110100

Color Harmonies of #F55913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55913

Black with #F55913

Text Example


Text Example

White with #F55913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55913; }

 p { color: rgb(245,89,19); }

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

background-color css

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

 a { background-color: rgb(245,89,19); }

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

border-color css

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

 span { border-color: rgb(245,89,19); }

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