Html Css Color HEX #F15711 Persimmon

📋 copy color: '#F15711'

red 241 ◦ green 87 ◦ blue 17

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

Shades of Persimmon #F15711

Tints of Persimmon #F15711

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.22%

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

R = 69.86%
G = 25.22%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F15711 (or 0xF15711) is known color: Persimmon. HEX triplet: F1, 57 and 11. RGB value is (241,87,17). Sum of RGB (Red+Green+Blue) = 241+87+17=345 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.86% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 17 (7.03% from 255 or 4.93% from 345); Max value from RGB is 241 - color contains mainly: red. Hex color #F15711 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15711 is #0EA8EE. Grayscale: #7D7D7D. Windows color (decimal): -960751 or 1136625. OLE color: 1136625.

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

Color convert

RGB 241 87 17 -
CMYK 0 0.64 0.93 0.05
HSL 18.75º 0.89% 0.51% -
HSV(B) 18.75º 0.93% 0.95% -
XYZ 39.79 25.56 3.37 -
YUV 125.07 67.02 210.69 -
System Red Green Blue C M Y K H S L
Decimal 241 87 17 0 0.64 0.93 0.05 18.75 0.89 0.51
Hex F1 57 11 0 40 5D 5 13 59 33
Octal 361 127 21 0 100 135 5 23 131 63
Binary 11110001 1010111 10001 0 1000000 1011101 101 10011 1011001 110011

Color Harmonies of #F15711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15711

Black with #F15711

Text Example


Text Example

White with #F15711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15711; }

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

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

background-color css

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

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

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

border-color css

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

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

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