Html Css Color HEX #F55607 Persimmon

📋 copy color: '#F55607'

red 245 ◦ green 86 ◦ blue 7

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

Shades of Persimmon #F55607

Tints of Persimmon #F55607

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.44%

 BLUE value IS 7 (3.13% from 255) = 2.07%

R = 72.49%
G = 25.44%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F55607 (or 0xF55607) is known color: Persimmon. HEX triplet: F5, 56 and 07. RGB value is (245,86,7). Sum of RGB (Red+Green+Blue) = 245+86+7=338 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.49% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 7 (3.12% from 255 or 2.07% from 338); Max value from RGB is 245 - color contains mainly: red. Hex color #F55607 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55607 is #0AA9F8. Grayscale: #7D7D7D. Windows color (decimal): -698873 or 481013. OLE color: 481013.

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

Color convert

RGB 245 86 7 -
CMYK 0 0.65 0.97 0.04
HSL 19.92º 0.94% 0.49% -
HSV(B) 19.92º 0.97% 0.96% -
XYZ 41.02 26.08 3.07 -
YUV 124.54 61.68 213.92 -
System Red Green Blue C M Y K H S L
Decimal 245 86 7 0 0.65 0.97 0.04 19.92 0.94 0.49
Hex F5 56 7 0 41 61 4 14 5E 31
Octal 365 126 7 0 101 141 4 24 136 61
Binary 11110101 1010110 111 0 1000001 1100001 100 10100 1011110 110001

Color Harmonies of #F55607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55607

Black with #F55607

Text Example


Text Example

White with #F55607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55607; }

 p { color: rgb(245,86,7); }

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

background-color css

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

 a { background-color: rgb(245,86,7); }

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

border-color css

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

 span { border-color: rgb(245,86,7); }

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