Html Css Color HEX #F15614 Persimmon

📋 copy color: '#F15614'

red 241 ◦ green 86 ◦ blue 20

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

Shades of Persimmon #F15614

Tints of Persimmon #F15614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.76%

R = 69.45%
G = 24.78%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F15614 (or 0xF15614) is known color: Persimmon. HEX triplet: F1, 56 and 14. RGB value is (241,86,20). Sum of RGB (Red+Green+Blue) = 241+86+20=347 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.45% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 20 (8.20% from 255 or 5.76% from 347); Max value from RGB is 241 - color contains mainly: red. Hex color #F15614 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15614 is #0EA9EB. Grayscale: #7D7D7D. Windows color (decimal): -961004 or 1332977. OLE color: 1332977.

HSL color Cylindrical-coordinate representation of color #F15614: hue angle of 17.92º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F15614 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 86 20 -
CMYK 0 0.64 0.92 0.05
HSL 17.92º 0.89% 0.51% -
HSV(B) 17.92º 0.92% 0.95% -
XYZ 39.73 25.41 3.47 -
YUV 124.82 68.85 210.87 -
System Red Green Blue C M Y K H S L
Decimal 241 86 20 0 0.64 0.92 0.05 17.92 0.89 0.51
Hex F1 56 14 0 40 5C 5 12 59 33
Octal 361 126 24 0 100 134 5 22 131 63
Binary 11110001 1010110 10100 0 1000000 1011100 101 10010 1011001 110011

Color Harmonies of #F15614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15614

Black with #F15614

Text Example


Text Example

White with #F15614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15614; }

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

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

background-color css

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

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

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

border-color css

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

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

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