Html Css Color HEX #F1570C Persimmon

📋 copy color: '#F1570C'

red 241 ◦ green 87 ◦ blue 12

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

Shades of Persimmon #F1570C

Tints of Persimmon #F1570C

RGB

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

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

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

R = 70.88%
G = 25.59%
B = 3.53%

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

#F1570C (or 0xF1570C) is known color: Persimmon. HEX triplet: F1, 57 and 0C. RGB value is (241,87,12). Sum of RGB (Red+Green+Blue) = 241+87+12=340 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.88% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 12 (5.08% from 255 or 3.53% from 340); Max value from RGB is 241 - color contains mainly: red. Hex color #F1570C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1570C is #0EA8F3. Grayscale: #7C7C7C. Windows color (decimal): -960756 or 808945. OLE color: 808945.

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

Color convert

RGB 241 87 12 -
CMYK 0 0.64 0.95 0.05
HSL 19.65º 0.91% 0.5% -
HSV(B) 19.65º 0.95% 0.95% -
XYZ 39.75 25.54 3.18 -
YUV 124.5 64.52 211.1 -
System Red Green Blue C M Y K H S L
Decimal 241 87 12 0 0.64 0.95 0.05 19.65 0.91 0.5
Hex F1 57 C 0 40 5F 5 14 5B 32
Octal 361 127 14 0 100 137 5 24 133 62
Binary 11110001 1010111 1100 0 1000000 1011111 101 10100 1011011 110010

Color Harmonies of #F1570C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1570C

Black with #F1570C

Text Example


Text Example

White with #F1570C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1570C; }

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

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

background-color css

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

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

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

border-color css

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

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

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