Html Css Color HEX #F15412 Persimmon

📋 copy color: '#F15412'

red 241 ◦ green 84 ◦ blue 18

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

Shades of Persimmon #F15412

Tints of Persimmon #F15412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.25%

R = 70.26%
G = 24.49%
B = 5.25%

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

#F15412 (or 0xF15412) is known color: Persimmon. HEX triplet: F1, 54 and 12. RGB value is (241,84,18). Sum of RGB (Red+Green+Blue) = 241+84+18=343 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.26% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 18 (7.42% from 255 or 5.25% from 343); Max value from RGB is 241 - color contains mainly: red. Hex color #F15412 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15412 is #0EABED. Grayscale: #7B7B7B. Windows color (decimal): -961518 or 1201393. OLE color: 1201393.

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

Color convert

RGB 241 84 18 -
CMYK 0 0.65 0.93 0.05
HSL 17.76º 0.89% 0.51% -
HSV(B) 17.76º 0.93% 0.95% -
XYZ 39.56 25.09 3.33 -
YUV 123.42 68.51 211.87 -
System Red Green Blue C M Y K H S L
Decimal 241 84 18 0 0.65 0.93 0.05 17.76 0.89 0.51
Hex F1 54 12 0 41 5D 5 12 59 33
Octal 361 124 22 0 101 135 5 22 131 63
Binary 11110001 1010100 10010 0 1000001 1011101 101 10010 1011001 110011

Color Harmonies of #F15412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15412

Black with #F15412

Text Example


Text Example

White with #F15412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15412; }

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

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

background-color css

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

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

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

border-color css

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

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

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