Html Css Color HEX #F55818 Persimmon

📋 copy color: '#F55818'

red 245 ◦ green 88 ◦ blue 24

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

Shades of Persimmon #F55818

Tints of Persimmon #F55818

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.65%

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

R = 68.63%
G = 24.65%
B = 6.72%

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

#F55818 (or 0xF55818) is known color: Persimmon. HEX triplet: F5, 58 and 18. RGB value is (245,88,24). Sum of RGB (Red+Green+Blue) = 245+88+24=357 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.63% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 24 (9.77% from 255 or 6.72% from 357); Max value from RGB is 245 - color contains mainly: red. Hex color #F55818 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55818 is #0AA7E7. Grayscale: #808080. Windows color (decimal): -698344 or 1595637. OLE color: 1595637.

HSL color Cylindrical-coordinate representation of color #F55818: hue angle of 17.38º 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 #F55818 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 88 24 -
CMYK 0 0.64 0.90 0.04
HSL 17.38º 0.92% 0.53% -
HSV(B) 17.38º 0.9% 0.96% -
XYZ 41.31 26.46 3.79 -
YUV 127.65 69.51 211.7 -
System Red Green Blue C M Y K H S L
Decimal 245 88 24 0 0.64 0.90 0.04 17.38 0.92 0.53
Hex F5 58 18 0 40 5A 4 11 5C 35
Octal 365 130 30 0 100 132 4 21 134 65
Binary 11110101 1011000 11000 0 1000000 1011010 100 10001 1011100 110101

Color Harmonies of #F55818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55818

Black with #F55818

Text Example


Text Example

White with #F55818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55818; }

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

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

background-color css

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

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

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

border-color css

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

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

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