Html Css Color HEX #F55908 Persimmon

📋 copy color: '#F55908'

red 245 ◦ green 89 ◦ blue 8

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

Shades of Persimmon #F55908

Tints of Persimmon #F55908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.34%

R = 71.64%
G = 26.02%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F55908 (or 0xF55908) is known color: Persimmon. HEX triplet: F5, 59 and 08. RGB value is (245,89,8). Sum of RGB (Red+Green+Blue) = 245+89+8=342 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.64% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 8 (3.52% from 255 or 2.34% from 342); Max value from RGB is 245 - color contains mainly: red. Hex color #F55908 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55908 is #0AA6F7. Grayscale: #7E7E7E. Windows color (decimal): -698104 or 547317. OLE color: 547317.

HSL color Cylindrical-coordinate representation of color #F55908: hue angle of 20.51º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F55908 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 89 8 -
CMYK 0 0.64 0.97 0.04
HSL 20.51º 0.94% 0.5% -
HSV(B) 20.51º 0.97% 0.96% -
XYZ 41.27 26.57 3.18 -
YUV 126.41 61.18 212.59 -
System Red Green Blue C M Y K H S L
Decimal 245 89 8 0 0.64 0.97 0.04 20.51 0.94 0.5
Hex F5 59 8 0 40 61 4 15 5E 32
Octal 365 131 10 0 100 141 4 25 136 62
Binary 11110101 1011001 1000 0 1000000 1100001 100 10101 1011110 110010

Color Harmonies of #F55908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55908

Black with #F55908

Text Example


Text Example

White with #F55908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55908; }

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

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

background-color css

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

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

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

border-color css

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

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

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