Html Css Color HEX #F1560E Persimmon

📋 copy color: '#F1560E'

red 241 ◦ green 86 ◦ blue 14

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

Shades of Persimmon #F1560E

Tints of Persimmon #F1560E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.11%

R = 70.67%
G = 25.22%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F1560E (or 0xF1560E) is known color: Persimmon. HEX triplet: F1, 56 and 0E. RGB value is (241,86,14). Sum of RGB (Red+Green+Blue) = 241+86+14=341 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.67% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 14 (5.86% from 255 or 4.11% from 341); Max value from RGB is 241 - color contains mainly: red. Hex color #F1560E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1560E is #0EA9F1. Grayscale: #7C7C7C. Windows color (decimal): -961010 or 939761. OLE color: 939761.

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

Color convert

RGB 241 86 14 -
CMYK 0 0.64 0.94 0.05
HSL 19.03º 0.89% 0.5% -
HSV(B) 19.03º 0.94% 0.95% -
XYZ 39.68 25.39 3.22 -
YUV 124.14 65.85 211.35 -
System Red Green Blue C M Y K H S L
Decimal 241 86 14 0 0.64 0.94 0.05 19.03 0.89 0.5
Hex F1 56 E 0 40 5E 5 13 59 32
Octal 361 126 16 0 100 136 5 23 131 62
Binary 11110001 1010110 1110 0 1000000 1011110 101 10011 1011001 110010

Color Harmonies of #F1560E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1560E

Black with #F1560E

Text Example


Text Example

White with #F1560E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1560E; }

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

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

background-color css

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

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

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

border-color css

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

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

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