Html Css Color HEX #F55911 Persimmon

📋 copy color: '#F55911'

red 245 ◦ green 89 ◦ blue 17

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

Shades of Persimmon #F55911

Tints of Persimmon #F55911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.84%

R = 69.8%
G = 25.36%
B = 4.84%

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

#F55911 (or 0xF55911) is known color: Persimmon. HEX triplet: F5, 59 and 11. RGB value is (245,89,17). Sum of RGB (Red+Green+Blue) = 245+89+17=351 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.80% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 17 (7.03% from 255 or 4.84% from 351); Max value from RGB is 245 - color contains mainly: red. Hex color #F55911 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55911 is #0AA6EE. Grayscale: #7F7F7F. Windows color (decimal): -698095 or 1137141. OLE color: 1137141.

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

Color convert

RGB 245 89 17 -
CMYK 0 0.64 0.93 0.04
HSL 18.95º 0.92% 0.51% -
HSV(B) 18.95º 0.93% 0.96% -
XYZ 41.33 26.6 3.49 -
YUV 127.44 65.68 211.85 -
System Red Green Blue C M Y K H S L
Decimal 245 89 17 0 0.64 0.93 0.04 18.95 0.92 0.51
Hex F5 59 11 0 40 5D 4 13 5C 33
Octal 365 131 21 0 100 135 4 23 134 63
Binary 11110101 1011001 10001 0 1000000 1011101 100 10011 1011100 110011

Color Harmonies of #F55911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55911

Black with #F55911

Text Example


Text Example

White with #F55911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55911; }

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

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

background-color css

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

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

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

border-color css

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

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

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