Html Css Color HEX #F55D11 Persimmon

📋 copy color: '#F55D11'

red 245 ◦ green 93 ◦ blue 17

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

Shades of Persimmon #F55D11

Tints of Persimmon #F55D11

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.2%

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

R = 69.01%
G = 26.2%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F55D11 (or 0xF55D11) is known color: Persimmon. HEX triplet: F5, 5D and 11. RGB value is (245,93,17). Sum of RGB (Red+Green+Blue) = 245+93+17=355 (47% of max value = 765). Red value is 245 (96.09% from 255 or 69.01% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 17 (7.03% from 255 or 4.79% from 355); Max value from RGB is 245 - color contains mainly: red. Hex color #F55D11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55D11 is #0AA2EE. Grayscale: #828282. Windows color (decimal): -697071 or 1138165. OLE color: 1138165.

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

Color convert

RGB 245 93 17 -
CMYK 0 0.62 0.93 0.04
HSL 20º 0.92% 0.51% -
HSV(B) 20º 0.93% 0.96% -
XYZ 41.67 27.28 3.6 -
YUV 129.78 64.36 210.18 -
System Red Green Blue C M Y K H S L
Decimal 245 93 17 0 0.62 0.93 0.04 20 0.92 0.51
Hex F5 5D 11 0 3E 5D 4 14 5C 33
Octal 365 135 21 0 76 135 4 24 134 63
Binary 11110101 1011101 10001 0 111110 1011101 100 10100 1011100 110011

Color Harmonies of #F55D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55D11

Black with #F55D11

Text Example


Text Example

White with #F55D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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