Html Css Color HEX #F15612 Persimmon

📋 copy color: '#F15612'

red 241 ◦ green 86 ◦ blue 18

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

Shades of Persimmon #F15612

Tints of Persimmon #F15612

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.93%

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

R = 69.86%
G = 24.93%
B = 5.22%

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

#F15612 (or 0xF15612) is known color: Persimmon. HEX triplet: F1, 56 and 12. RGB value is (241,86,18). Sum of RGB (Red+Green+Blue) = 241+86+18=345 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.86% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 18 (7.42% from 255 or 5.22% from 345); Max value from RGB is 241 - color contains mainly: red. Hex color #F15612 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15612 is #0EA9ED. Grayscale: #7D7D7D. Windows color (decimal): -961006 or 1201905. OLE color: 1201905.

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

Color convert

RGB 241 86 18 -
CMYK 0 0.64 0.93 0.05
HSL 18.3º 0.89% 0.51% -
HSV(B) 18.3º 0.93% 0.95% -
XYZ 39.71 25.4 3.38 -
YUV 124.59 67.85 211.03 -
System Red Green Blue C M Y K H S L
Decimal 241 86 18 0 0.64 0.93 0.05 18.3 0.89 0.51
Hex F1 56 12 0 40 5D 5 12 59 33
Octal 361 126 22 0 100 135 5 22 131 63
Binary 11110001 1010110 10010 0 1000000 1011101 101 10010 1011001 110011

Color Harmonies of #F15612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15612

Black with #F15612

Text Example


Text Example

White with #F15612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15612; }

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

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

background-color css

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

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

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

border-color css

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

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

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