Html Css Color HEX #F55404 Persimmon

📋 copy color: '#F55404'

red 245 ◦ green 84 ◦ blue 4

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

Shades of Persimmon #F55404

Tints of Persimmon #F55404

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.23%

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

R = 73.57%
G = 25.23%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F55404 (or 0xF55404) is known color: Persimmon. HEX triplet: F5, 54 and 04. RGB value is (245,84,4). Sum of RGB (Red+Green+Blue) = 245+84+4=333 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.57% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 4 (1.95% from 255 or 1.20% from 333); Max value from RGB is 245 - color contains mainly: red. Hex color #F55404 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55404 is #0AABFB. Grayscale: #7B7B7B. Windows color (decimal): -699388 or 283893. OLE color: 283893.

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

Color convert

RGB 245 84 4 -
CMYK 0 0.66 0.98 0.04
HSL 19.92º 0.97% 0.49% -
HSV(B) 19.92º 0.98% 0.96% -
XYZ 40.85 25.76 2.93 -
YUV 123.02 60.84 215 -
System Red Green Blue C M Y K H S L
Decimal 245 84 4 0 0.66 0.98 0.04 19.92 0.97 0.49
Hex F5 54 4 0 42 62 4 14 61 31
Octal 365 124 4 0 102 142 4 24 141 61
Binary 11110101 1010100 100 0 1000010 1100010 100 10100 1100001 110001

Color Harmonies of #F55404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55404

Black with #F55404

Text Example


Text Example

White with #F55404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55404; }

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

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

background-color css

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

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

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

border-color css

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

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

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