Html Css Color HEX #F55804 Persimmon

📋 copy color: '#F55804'

red 245 ◦ green 88 ◦ blue 4

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

Shades of Persimmon #F55804

Tints of Persimmon #F55804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.19%

R = 72.7%
G = 26.11%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F55804 (or 0xF55804) is known color: Persimmon. HEX triplet: F5, 58 and 04. RGB value is (245,88,4). Sum of RGB (Red+Green+Blue) = 245+88+4=337 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.70% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 4 (1.95% from 255 or 1.19% from 337); Max value from RGB is 245 - color contains mainly: red. Hex color #F55804 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55804 is #0AA7FB. Grayscale: #7D7D7D. Windows color (decimal): -698364 or 284917. OLE color: 284917.

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

Color convert

RGB 245 88 4 -
CMYK 0 0.64 0.98 0.04
HSL 20.91º 0.97% 0.49% -
HSV(B) 20.91º 0.98% 0.96% -
XYZ 41.17 26.4 3.04 -
YUV 125.37 59.51 213.33 -
System Red Green Blue C M Y K H S L
Decimal 245 88 4 0 0.64 0.98 0.04 20.91 0.97 0.49
Hex F5 58 4 0 40 62 4 15 61 31
Octal 365 130 4 0 100 142 4 25 141 61
Binary 11110101 1011000 100 0 1000000 1100010 100 10101 1100001 110001

Color Harmonies of #F55804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55804

Black with #F55804

Text Example


Text Example

White with #F55804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55804; }

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

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

background-color css

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

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

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

border-color css

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

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

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