Html Css Color HEX #F55F11 Persimmon

📋 copy color: '#F55F11'

red 245 ◦ green 95 ◦ blue 17

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

Shades of Persimmon #F55F11

Tints of Persimmon #F55F11

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.61%

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

R = 68.63%
G = 26.61%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F55F11 (or 0xF55F11) is known color: Persimmon. HEX triplet: F5, 5F and 11. RGB value is (245,95,17). Sum of RGB (Red+Green+Blue) = 245+95+17=357 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.63% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 17 (7.03% from 255 or 4.76% from 357); Max value from RGB is 245 - color contains mainly: red. Hex color #F55F11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55F11 is #0AA0EE. Grayscale: #838383. Windows color (decimal): -696559 or 1138677. OLE color: 1138677.

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

Color convert

RGB 245 95 17 -
CMYK 0 0.61 0.93 0.04
HSL 20.53º 0.92% 0.51% -
HSV(B) 20.53º 0.93% 0.96% -
XYZ 41.85 27.64 3.66 -
YUV 130.96 63.7 209.34 -
System Red Green Blue C M Y K H S L
Decimal 245 95 17 0 0.61 0.93 0.04 20.53 0.92 0.51
Hex F5 5F 11 0 3D 5D 4 15 5C 33
Octal 365 137 21 0 75 135 4 25 134 63
Binary 11110101 1011111 10001 0 111101 1011101 100 10101 1011100 110011

Color Harmonies of #F55F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55F11

Black with #F55F11

Text Example


Text Example

White with #F55F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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