Html Css Color HEX #F55A04 Persimmon

📋 copy color: '#F55A04'

red 245 ◦ green 90 ◦ blue 4

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

Shades of Persimmon #F55A04

Tints of Persimmon #F55A04

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.55%

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

R = 72.27%
G = 26.55%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F55A04 (or 0xF55A04) is known color: Persimmon. HEX triplet: F5, 5A and 04. RGB value is (245,90,4). Sum of RGB (Red+Green+Blue) = 245+90+4=339 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.27% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 4 (1.95% from 255 or 1.18% from 339); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55A04 is #0AA5FB. Grayscale: #7F7F7F. Windows color (decimal): -697852 or 285429. OLE color: 285429.

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

Color convert

RGB 245 90 4 -
CMYK 0 0.63 0.98 0.04
HSL 21.41º 0.97% 0.49% -
HSV(B) 21.41º 0.98% 0.96% -
XYZ 41.33 26.73 3.1 -
YUV 126.54 58.85 212.49 -
System Red Green Blue C M Y K H S L
Decimal 245 90 4 0 0.63 0.98 0.04 21.41 0.97 0.49
Hex F5 5A 4 0 3F 62 4 15 61 31
Octal 365 132 4 0 77 142 4 25 141 61
Binary 11110101 1011010 100 0 111111 1100010 100 10101 1100001 110001

Color Harmonies of #F55A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55A04

Black with #F55A04

Text Example


Text Example

White with #F55A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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