Html Css Color HEX #F14F16 Persimmon

📋 copy color: '#F14F16'

red 241 ◦ green 79 ◦ blue 22

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

Shades of Persimmon #F14F16

Tints of Persimmon #F14F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.43%

R = 70.47%
G = 23.1%
B = 6.43%

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

#F14F16 (or 0xF14F16) is known color: Persimmon. HEX triplet: F1, 4F and 16. RGB value is (241,79,22). Sum of RGB (Red+Green+Blue) = 241+79+22=342 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.47% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 241 - color contains mainly: red. Hex color #F14F16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F14F16 is #0EB0E9. Grayscale: #797979. Windows color (decimal): -962794 or 1462257. OLE color: 1462257.

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

Color convert

RGB 241 79 22 -
CMYK 0 0.67 0.91 0.05
HSL 15.62º 0.89% 0.52% -
HSV(B) 15.62º 0.91% 0.95% -
XYZ 39.22 24.35 3.39 -
YUV 120.94 72.17 213.63 -
System Red Green Blue C M Y K H S L
Decimal 241 79 22 0 0.67 0.91 0.05 15.62 0.89 0.52
Hex F1 4F 16 0 43 5B 5 10 59 34
Octal 361 117 26 0 103 133 5 20 131 64
Binary 11110001 1001111 10110 0 1000011 1011011 101 10000 1011001 110100

Color Harmonies of #F14F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14F16

Black with #F14F16

Text Example


Text Example

White with #F14F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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