Html Css Color HEX #F1570E Persimmon

📋 copy color: '#F1570E'

red 241 ◦ green 87 ◦ blue 14

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

Shades of Persimmon #F1570E

Tints of Persimmon #F1570E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.44%

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

R = 70.47%
G = 25.44%
B = 4.09%

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

#F1570E (or 0xF1570E) is known color: Persimmon. HEX triplet: F1, 57 and 0E. RGB value is (241,87,14). Sum of RGB (Red+Green+Blue) = 241+87+14=342 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.47% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 14 (5.86% from 255 or 4.09% from 342); Max value from RGB is 241 - color contains mainly: red. Hex color #F1570E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1570E is #0EA8F1. Grayscale: #7D7D7D. Windows color (decimal): -960754 or 940017. OLE color: 940017.

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

Color convert

RGB 241 87 14 -
CMYK 0 0.64 0.94 0.05
HSL 19.3º 0.89% 0.5% -
HSV(B) 19.3º 0.94% 0.95% -
XYZ 39.76 25.55 3.25 -
YUV 124.72 65.52 210.94 -
System Red Green Blue C M Y K H S L
Decimal 241 87 14 0 0.64 0.94 0.05 19.3 0.89 0.5
Hex F1 57 E 0 40 5E 5 13 59 32
Octal 361 127 16 0 100 136 5 23 131 62
Binary 11110001 1010111 1110 0 1000000 1011110 101 10011 1011001 110010

Color Harmonies of #F1570E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1570E

Black with #F1570E

Text Example


Text Example

White with #F1570E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1570E; }

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

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

background-color css

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

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

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

border-color css

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

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

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