Html Css Color HEX #F14F11 Persimmon

📋 copy color: '#F14F11'

red 241 ◦ green 79 ◦ blue 17

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

Shades of Persimmon #F14F11

Tints of Persimmon #F14F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.04%

R = 71.51%
G = 23.44%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F14F11 (or 0xF14F11) is known color: Persimmon. HEX triplet: F1, 4F and 11. RGB value is (241,79,17). Sum of RGB (Red+Green+Blue) = 241+79+17=337 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.51% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 241 - color contains mainly: red. Hex color #F14F11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F14F11 is #0EB0EE. Grayscale: #787878. Windows color (decimal): -962799 or 1134577. OLE color: 1134577.

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

Color convert

RGB 241 79 17 -
CMYK 0 0.67 0.93 0.05
HSL 16.61º 0.89% 0.51% -
HSV(B) 16.61º 0.93% 0.95% -
XYZ 39.17 24.33 3.16 -
YUV 120.37 69.67 214.04 -
System Red Green Blue C M Y K H S L
Decimal 241 79 17 0 0.67 0.93 0.05 16.61 0.89 0.51
Hex F1 4F 11 0 43 5D 5 11 59 33
Octal 361 117 21 0 103 135 5 21 131 63
Binary 11110001 1001111 10001 0 1000011 1011101 101 10001 1011001 110011

Color Harmonies of #F14F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14F11

Black with #F14F11

Text Example


Text Example

White with #F14F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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