Html Css Color HEX #F15F11 Persimmon

📋 copy color: '#F15F11'

red 241 ◦ green 95 ◦ blue 17

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

Shades of Persimmon #F15F11

Tints of Persimmon #F15F11

RGB

 RED value IS 241 (94.53% from 255) = 68.27%

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

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

R = 68.27%
G = 26.91%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F15F11 (or 0xF15F11) is known color: Persimmon. HEX triplet: F1, 5F and 11. RGB value is (241,95,17). Sum of RGB (Red+Green+Blue) = 241+95+17=353 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.27% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 17 (7.03% from 255 or 4.82% from 353); Max value from RGB is 241 - color contains mainly: red. Hex color #F15F11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15F11 is #0EA0EE. Grayscale: #828282. Windows color (decimal): -958703 or 1138673. OLE color: 1138673.

HSL color Cylindrical-coordinate representation of color #F15F11: hue angle of 20.89º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F15F11 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 95 17 -
CMYK 0 0.61 0.93 0.05
HSL 20.89º 0.89% 0.51% -
HSV(B) 20.89º 0.93% 0.95% -
XYZ 40.47 26.93 3.59 -
YUV 129.76 64.37 207.34 -
System Red Green Blue C M Y K H S L
Decimal 241 95 17 0 0.61 0.93 0.05 20.89 0.89 0.51
Hex F1 5F 11 0 3D 5D 5 15 59 33
Octal 361 137 21 0 75 135 5 25 131 63
Binary 11110001 1011111 10001 0 111101 1011101 101 10101 1011001 110011

Color Harmonies of #F15F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15F11

Black with #F15F11

Text Example


Text Example

White with #F15F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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