Html Css Color HEX #F15C11 Persimmon

📋 copy color: '#F15C11'

red 241 ◦ green 92 ◦ blue 17

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

Shades of Persimmon #F15C11

Tints of Persimmon #F15C11

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.29%

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

R = 68.86%
G = 26.29%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F15C11 (or 0xF15C11) is known color: Persimmon. HEX triplet: F1, 5C and 11. RGB value is (241,92,17). Sum of RGB (Red+Green+Blue) = 241+92+17=350 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.86% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15C11 is #0EA3EE. Grayscale: #808080. Windows color (decimal): -959471 or 1137905. OLE color: 1137905.

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

Color convert

RGB 241 92 17 -
CMYK 0 0.62 0.93 0.05
HSL 20.09º 0.89% 0.51% -
HSV(B) 20.09º 0.93% 0.95% -
XYZ 40.2 26.4 3.51 -
YUV 128 65.36 208.6 -
System Red Green Blue C M Y K H S L
Decimal 241 92 17 0 0.62 0.93 0.05 20.09 0.89 0.51
Hex F1 5C 11 0 3E 5D 5 14 59 33
Octal 361 134 21 0 76 135 5 24 131 63
Binary 11110001 1011100 10001 0 111110 1011101 101 10100 1011001 110011

Color Harmonies of #F15C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15C11

Black with #F15C11

Text Example


Text Example

White with #F15C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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