Html Css Color HEX #F55819 Persimmon

📋 copy color: '#F55819'

red 245 ◦ green 88 ◦ blue 25

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

Shades of Persimmon #F55819

Tints of Persimmon #F55819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.98%

R = 68.44%
G = 24.58%
B = 6.98%

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

#F55819 (or 0xF55819) is known color: Persimmon. HEX triplet: F5, 58 and 19. RGB value is (245,88,25). Sum of RGB (Red+Green+Blue) = 245+88+25=358 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.44% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 25 (10.16% from 255 or 6.98% from 358); Max value from RGB is 245 - color contains mainly: red. Hex color #F55819 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55819 is #0AA7E6. Grayscale: #808080. Windows color (decimal): -698343 or 1661173. OLE color: 1661173.

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

Color convert

RGB 245 88 25 -
CMYK 0 0.64 0.90 0.04
HSL 17.18º 0.92% 0.53% -
HSV(B) 17.18º 0.9% 0.96% -
XYZ 41.32 26.46 3.85 -
YUV 127.76 70.01 211.62 -
System Red Green Blue C M Y K H S L
Decimal 245 88 25 0 0.64 0.90 0.04 17.18 0.92 0.53
Hex F5 58 19 0 40 5A 4 11 5C 35
Octal 365 130 31 0 100 132 4 21 134 65
Binary 11110101 1011000 11001 0 1000000 1011010 100 10001 1011100 110101

Color Harmonies of #F55819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55819

Black with #F55819

Text Example


Text Example

White with #F55819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55819; }

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

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

background-color css

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

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

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

border-color css

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

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

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