Html Css Color HEX #F14F15 Persimmon

📋 copy color: '#F14F15'

red 241 ◦ green 79 ◦ blue 21

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

Shades of Persimmon #F14F15

Tints of Persimmon #F14F15

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.17%

 BLUE value IS 21 (8.59% from 255) = 6.16%

R = 70.67%
G = 23.17%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F14F15 (or 0xF14F15) is known color: Persimmon. HEX triplet: F1, 4F and 15. RGB value is (241,79,21). Sum of RGB (Red+Green+Blue) = 241+79+21=341 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.67% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 241 - color contains mainly: red. Hex color #F14F15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F14F15 is #0EB0EA. Grayscale: #797979. Windows color (decimal): -962795 or 1396721. OLE color: 1396721.

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

Color convert

RGB 241 79 21 -
CMYK 0 0.67 0.91 0.05
HSL 15.82º 0.89% 0.51% -
HSV(B) 15.82º 0.91% 0.95% -
XYZ 39.21 24.35 3.34 -
YUV 120.83 71.67 213.72 -
System Red Green Blue C M Y K H S L
Decimal 241 79 21 0 0.67 0.91 0.05 15.82 0.89 0.51
Hex F1 4F 15 0 43 5B 5 10 59 33
Octal 361 117 25 0 103 133 5 20 131 63
Binary 11110001 1001111 10101 0 1000011 1011011 101 10000 1011001 110011

Color Harmonies of #F14F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14F15

Black with #F14F15

Text Example


Text Example

White with #F14F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14F15; }

 p { color: rgb(241,79,21); }

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

background-color css

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

 a { background-color: rgb(241,79,21); }

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

border-color css

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

 span { border-color: rgb(241,79,21); }

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