Html Css Color HEX #F55505 Persimmon

📋 copy color: '#F55505'

red 245 ◦ green 85 ◦ blue 5

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

Shades of Persimmon #F55505

Tints of Persimmon #F55505

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.37%

 BLUE value IS 5 (2.34% from 255) = 1.49%

R = 73.13%
G = 25.37%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F55505 (or 0xF55505) is known color: Persimmon. HEX triplet: F5, 55 and 05. RGB value is (245,85,5). Sum of RGB (Red+Green+Blue) = 245+85+5=335 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.13% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 5 (2.34% from 255 or 1.49% from 335); Max value from RGB is 245 - color contains mainly: red. Hex color #F55505 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55505 is #0AAAFA. Grayscale: #7C7C7C. Windows color (decimal): -699131 or 349685. OLE color: 349685.

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

Color convert

RGB 245 85 5 -
CMYK 0 0.65 0.98 0.04
HSL 20º 0.96% 0.49% -
HSV(B) 20º 0.98% 0.96% -
XYZ 40.93 25.92 2.99 -
YUV 123.72 61.01 214.5 -
System Red Green Blue C M Y K H S L
Decimal 245 85 5 0 0.65 0.98 0.04 20 0.96 0.49
Hex F5 55 5 0 41 62 4 14 60 31
Octal 365 125 5 0 101 142 4 24 140 61
Binary 11110101 1010101 101 0 1000001 1100010 100 10100 1100000 110001

Color Harmonies of #F55505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55505

Black with #F55505

Text Example


Text Example

White with #F55505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55505; }

 p { color: rgb(245,85,5); }

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

background-color css

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

 a { background-color: rgb(245,85,5); }

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

border-color css

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

 span { border-color: rgb(245,85,5); }

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