Html Css Color HEX #F15411 Persimmon

📋 copy color: '#F15411'

red 241 ◦ green 84 ◦ blue 17

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

Shades of Persimmon #F15411

Tints of Persimmon #F15411

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.56%

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

R = 70.47%
G = 24.56%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F15411 (or 0xF15411) is known color: Persimmon. HEX triplet: F1, 54 and 11. RGB value is (241,84,17). Sum of RGB (Red+Green+Blue) = 241+84+17=342 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.47% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 241 - color contains mainly: red. Hex color #F15411 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15411 is #0EABEE. Grayscale: #7B7B7B. Windows color (decimal): -961519 or 1135857. OLE color: 1135857.

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

Color convert

RGB 241 84 17 -
CMYK 0 0.65 0.93 0.05
HSL 17.95º 0.89% 0.51% -
HSV(B) 17.95º 0.93% 0.95% -
XYZ 39.55 25.08 3.29 -
YUV 123.31 68.01 211.95 -
System Red Green Blue C M Y K H S L
Decimal 241 84 17 0 0.65 0.93 0.05 17.95 0.89 0.51
Hex F1 54 11 0 41 5D 5 12 59 33
Octal 361 124 21 0 101 135 5 22 131 63
Binary 11110001 1010100 10001 0 1000001 1011101 101 10010 1011001 110011

Color Harmonies of #F15411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15411

Black with #F15411

Text Example


Text Example

White with #F15411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15411; }

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

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

background-color css

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

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

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

border-color css

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

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

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