Html Css Color HEX #F55708 Persimmon

📋 copy color: '#F55708'

red 245 ◦ green 87 ◦ blue 8

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

Shades of Persimmon #F55708

Tints of Persimmon #F55708

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.59%

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

R = 72.06%
G = 25.59%
B = 2.35%

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

#F55708 (or 0xF55708) is known color: Persimmon. HEX triplet: F5, 57 and 08. RGB value is (245,87,8). Sum of RGB (Red+Green+Blue) = 245+87+8=340 (45% of max value = 765). Red value is 245 (96.09% from 255 or 72.06% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 8 (3.52% from 255 or 2.35% from 340); Max value from RGB is 245 - color contains mainly: red. Hex color #F55708 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55708 is #0AA8F7. Grayscale: #7D7D7D. Windows color (decimal): -698616 or 546805. OLE color: 546805.

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

Color convert

RGB 245 87 8 -
CMYK 0 0.64 0.97 0.04
HSL 20º 0.94% 0.5% -
HSV(B) 20º 0.97% 0.96% -
XYZ 41.11 26.25 3.13 -
YUV 125.24 61.85 213.42 -
System Red Green Blue C M Y K H S L
Decimal 245 87 8 0 0.64 0.97 0.04 20 0.94 0.5
Hex F5 57 8 0 40 61 4 14 5E 32
Octal 365 127 10 0 100 141 4 24 136 62
Binary 11110101 1010111 1000 0 1000000 1100001 100 10100 1011110 110010

Color Harmonies of #F55708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55708

Black with #F55708

Text Example


Text Example

White with #F55708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55708; }

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

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

background-color css

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

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

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

border-color css

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

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

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