Html Css Color HEX #F1560C Persimmon

📋 copy color: '#F1560C'

red 241 ◦ green 86 ◦ blue 12

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

Shades of Persimmon #F1560C

Tints of Persimmon #F1560C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.54%

R = 71.09%
G = 25.37%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1560C (or 0xF1560C) is known color: Persimmon. HEX triplet: F1, 56 and 0C. RGB value is (241,86,12). Sum of RGB (Red+Green+Blue) = 241+86+12=339 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.09% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 12 (5.08% from 255 or 3.54% from 339); Max value from RGB is 241 - color contains mainly: red. Hex color #F1560C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1560C is #0EA9F3. Grayscale: #7C7C7C. Windows color (decimal): -961012 or 808689. OLE color: 808689.

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

Color convert

RGB 241 86 12 -
CMYK 0 0.64 0.95 0.05
HSL 19.39º 0.91% 0.5% -
HSV(B) 19.39º 0.95% 0.95% -
XYZ 39.67 25.38 3.16 -
YUV 123.91 64.85 211.52 -
System Red Green Blue C M Y K H S L
Decimal 241 86 12 0 0.64 0.95 0.05 19.39 0.91 0.5
Hex F1 56 C 0 40 5F 5 13 5B 32
Octal 361 126 14 0 100 137 5 23 133 62
Binary 11110001 1010110 1100 0 1000000 1011111 101 10011 1011011 110010

Color Harmonies of #F1560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1560C

Black with #F1560C

Text Example


Text Example

White with #F1560C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1560C; }

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

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

background-color css

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

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

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

border-color css

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

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

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