Html Css Color HEX #F1570F Persimmon

📋 copy color: '#F1570F'

red 241 ◦ green 87 ◦ blue 15

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

Shades of Persimmon #F1570F

Tints of Persimmon #F1570F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.37%

R = 70.26%
G = 25.36%
B = 4.37%

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

#F1570F (or 0xF1570F) is known color: Persimmon. HEX triplet: F1, 57 and 0F. RGB value is (241,87,15). Sum of RGB (Red+Green+Blue) = 241+87+15=343 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.26% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 241 - color contains mainly: red. Hex color #F1570F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1570F is #0EA8F0. Grayscale: #7D7D7D. Windows color (decimal): -960753 or 1005553. OLE color: 1005553.

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

Color convert

RGB 241 87 15 -
CMYK 0 0.64 0.94 0.05
HSL 19.12º 0.89% 0.5% -
HSV(B) 19.12º 0.94% 0.95% -
XYZ 39.77 25.55 3.29 -
YUV 124.84 66.02 210.85 -
System Red Green Blue C M Y K H S L
Decimal 241 87 15 0 0.64 0.94 0.05 19.12 0.89 0.5
Hex F1 57 F 0 40 5E 5 13 59 32
Octal 361 127 17 0 100 136 5 23 131 62
Binary 11110001 1010111 1111 0 1000000 1011110 101 10011 1011001 110010

Color Harmonies of #F1570F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1570F

Black with #F1570F

Text Example


Text Example

White with #F1570F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1570F; }

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

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

background-color css

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

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

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

border-color css

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

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

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