Html Css Color HEX #F55D04 Persimmon

📋 copy color: '#F55D04'

red 245 ◦ green 93 ◦ blue 4

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

Shades of Persimmon #F55D04

Tints of Persimmon #F55D04

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.19%

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

R = 71.64%
G = 27.19%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F55D04 (or 0xF55D04) is known color: Persimmon. HEX triplet: F5, 5D and 04. RGB value is (245,93,4). Sum of RGB (Red+Green+Blue) = 245+93+4=342 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.64% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 4 (1.95% from 255 or 1.17% from 342); Max value from RGB is 245 - color contains mainly: red. Hex color #F55D04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55D04 is #0AA2FB. Grayscale: #808080. Windows color (decimal): -697084 or 286197. OLE color: 286197.

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

Color convert

RGB 245 93 4 -
CMYK 0 0.62 0.98 0.04
HSL 22.16º 0.97% 0.49% -
HSV(B) 22.16º 0.98% 0.96% -
XYZ 41.59 27.25 3.18 -
YUV 128.3 57.86 211.24 -
System Red Green Blue C M Y K H S L
Decimal 245 93 4 0 0.62 0.98 0.04 22.16 0.97 0.49
Hex F5 5D 4 0 3E 62 4 16 61 31
Octal 365 135 4 0 76 142 4 26 141 61
Binary 11110101 1011101 100 0 111110 1100010 100 10110 1100001 110001

Color Harmonies of #F55D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55D04

Black with #F55D04

Text Example


Text Example

White with #F55D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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