Html Css Color HEX #F55710 Persimmon

📋 copy color: '#F55710'

red 245 ◦ green 87 ◦ blue 16

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

Shades of Persimmon #F55710

Tints of Persimmon #F55710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.6%

R = 70.4%
G = 25%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F55710 (or 0xF55710) is known color: Persimmon. HEX triplet: F5, 57 and 10. RGB value is (245,87,16). Sum of RGB (Red+Green+Blue) = 245+87+16=348 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.40% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 16 (6.64% from 255 or 4.60% from 348); Max value from RGB is 245 - color contains mainly: red. Hex color #F55710 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55710 is #0AA8EF. Grayscale: #7E7E7E. Windows color (decimal): -698608 or 1071093. OLE color: 1071093.

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

Color convert

RGB 245 87 16 -
CMYK 0 0.64 0.93 0.04
HSL 18.6º 0.92% 0.51% -
HSV(B) 18.6º 0.93% 0.96% -
XYZ 41.16 26.27 3.39 -
YUV 126.15 65.85 212.77 -
System Red Green Blue C M Y K H S L
Decimal 245 87 16 0 0.64 0.93 0.04 18.6 0.92 0.51
Hex F5 57 10 0 40 5D 4 13 5C 33
Octal 365 127 20 0 100 135 4 23 134 63
Binary 11110101 1010111 10000 0 1000000 1011101 100 10011 1011100 110011

Color Harmonies of #F55710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55710

Black with #F55710

Text Example


Text Example

White with #F55710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55710; }

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

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

background-color css

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

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

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

border-color css

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

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

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