Html Css Color HEX #F55707 Persimmon

📋 copy color: '#F55707'

red 245 ◦ green 87 ◦ blue 7

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

Shades of Persimmon #F55707

Tints of Persimmon #F55707

RGB

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

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

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

R = 72.27%
G = 25.66%
B = 2.06%

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

#F55707 (or 0xF55707) is known color: Persimmon. HEX triplet: F5, 57 and 07. RGB value is (245,87,7). Sum of RGB (Red+Green+Blue) = 245+87+7=339 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.27% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 7 (3.12% from 255 or 2.06% from 339); Max value from RGB is 245 - color contains mainly: red. Hex color #F55707 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55707 is #0AA8F8. Grayscale: #7D7D7D. Windows color (decimal): -698617 or 481269. OLE color: 481269.

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

Color convert

RGB 245 87 7 -
CMYK 0 0.64 0.97 0.04
HSL 20.17º 0.94% 0.49% -
HSV(B) 20.17º 0.97% 0.96% -
XYZ 41.1 26.24 3.1 -
YUV 125.12 61.35 213.5 -
System Red Green Blue C M Y K H S L
Decimal 245 87 7 0 0.64 0.97 0.04 20.17 0.94 0.49
Hex F5 57 7 0 40 61 4 14 5E 31
Octal 365 127 7 0 100 141 4 24 136 61
Binary 11110101 1010111 111 0 1000000 1100001 100 10100 1011110 110001

Color Harmonies of #F55707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55707

Black with #F55707

Text Example


Text Example

White with #F55707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55707; }

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

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

background-color css

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

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

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

border-color css

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

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

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