Html Css Color HEX #F55918 Persimmon

📋 copy color: '#F55918'

red 245 ◦ green 89 ◦ blue 24

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

Shades of Persimmon #F55918

Tints of Persimmon #F55918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.7%

R = 68.44%
G = 24.86%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F55918 (or 0xF55918) is known color: Persimmon. HEX triplet: F5, 59 and 18. RGB value is (245,89,24). Sum of RGB (Red+Green+Blue) = 245+89+24=358 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.44% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 24 (9.77% from 255 or 6.70% from 358); Max value from RGB is 245 - color contains mainly: red. Hex color #F55918 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55918 is #0AA6E7. Grayscale: #808080. Windows color (decimal): -698088 or 1595893. OLE color: 1595893.

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

Color convert

RGB 245 89 24 -
CMYK 0 0.64 0.90 0.04
HSL 17.65º 0.92% 0.53% -
HSV(B) 17.65º 0.9% 0.96% -
XYZ 41.39 26.62 3.82 -
YUV 128.23 69.18 211.29 -
System Red Green Blue C M Y K H S L
Decimal 245 89 24 0 0.64 0.90 0.04 17.65 0.92 0.53
Hex F5 59 18 0 40 5A 4 12 5C 35
Octal 365 131 30 0 100 132 4 22 134 65
Binary 11110101 1011001 11000 0 1000000 1011010 100 10010 1011100 110101

Color Harmonies of #F55918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55918

Black with #F55918

Text Example


Text Example

White with #F55918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55918; }

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

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

background-color css

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

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

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

border-color css

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

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

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