Html Css Color HEX #F55905 Persimmon

📋 copy color: '#F55905'

red 245 ◦ green 89 ◦ blue 5

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

Shades of Persimmon #F55905

Tints of Persimmon #F55905

RGB

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

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

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

R = 72.27%
G = 26.25%
B = 1.47%

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

#F55905 (or 0xF55905) is known color: Persimmon. HEX triplet: F5, 59 and 05. RGB value is (245,89,5). Sum of RGB (Red+Green+Blue) = 245+89+5=339 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.27% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 5 (2.34% from 255 or 1.47% from 339); Max value from RGB is 245 - color contains mainly: red. Hex color #F55905 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55905 is #0AA6FA. Grayscale: #7E7E7E. Windows color (decimal): -698107 or 350709. OLE color: 350709.

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

Color convert

RGB 245 89 5 -
CMYK 0 0.64 0.98 0.04
HSL 21º 0.96% 0.49% -
HSV(B) 21º 0.98% 0.96% -
XYZ 41.26 26.57 3.1 -
YUV 126.07 59.68 212.83 -
System Red Green Blue C M Y K H S L
Decimal 245 89 5 0 0.64 0.98 0.04 21 0.96 0.49
Hex F5 59 5 0 40 62 4 15 60 31
Octal 365 131 5 0 100 142 4 25 140 61
Binary 11110101 1011001 101 0 1000000 1100010 100 10101 1100000 110001

Color Harmonies of #F55905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55905

Black with #F55905

Text Example


Text Example

White with #F55905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55905; }

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

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

background-color css

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

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

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

border-color css

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

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

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