Html Css Color HEX #F55904 Persimmon

📋 copy color: '#F55904'

red 245 ◦ green 89 ◦ blue 4

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

Shades of Persimmon #F55904

Tints of Persimmon #F55904

RGB

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

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

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

R = 72.49%
G = 26.33%
B = 1.18%

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

#F55904 (or 0xF55904) is known color: Persimmon. HEX triplet: F5, 59 and 04. RGB value is (245,89,4). Sum of RGB (Red+Green+Blue) = 245+89+4=338 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.49% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 4 (1.95% from 255 or 1.18% from 338); Max value from RGB is 245 - color contains mainly: red. Hex color #F55904 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55904 is #0AA6FB. Grayscale: #7E7E7E. Windows color (decimal): -698108 or 285173. OLE color: 285173.

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

Color convert

RGB 245 89 4 -
CMYK 0 0.64 0.98 0.04
HSL 21.16º 0.97% 0.49% -
HSV(B) 21.16º 0.98% 0.96% -
XYZ 41.25 26.57 3.07 -
YUV 125.95 59.18 212.91 -
System Red Green Blue C M Y K H S L
Decimal 245 89 4 0 0.64 0.98 0.04 21.16 0.97 0.49
Hex F5 59 4 0 40 62 4 15 61 31
Octal 365 131 4 0 100 142 4 25 141 61
Binary 11110101 1011001 100 0 1000000 1100010 100 10101 1100001 110001

Color Harmonies of #F55904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55904

Black with #F55904

Text Example


Text Example

White with #F55904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55904; }

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

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

background-color css

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

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

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

border-color css

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

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

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