Html Css Color HEX #F15D16 Persimmon

📋 copy color: '#F15D16'

red 241 ◦ green 93 ◦ blue 22

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

Shades of Persimmon #F15D16

Tints of Persimmon #F15D16

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.12%

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

R = 67.7%
G = 26.12%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F15D16 (or 0xF15D16) is known color: Persimmon. HEX triplet: F1, 5D and 16. RGB value is (241,93,22). Sum of RGB (Red+Green+Blue) = 241+93+22=356 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.70% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 241 - color contains mainly: red. Hex color #F15D16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15D16 is #0EA2E9. Grayscale: #818181. Windows color (decimal): -959210 or 1465841. OLE color: 1465841.

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

Color convert

RGB 241 93 22 -
CMYK 0 0.61 0.91 0.05
HSL 19.45º 0.89% 0.52% -
HSV(B) 19.45º 0.91% 0.95% -
XYZ 40.33 26.59 3.77 -
YUV 129.16 67.53 207.77 -
System Red Green Blue C M Y K H S L
Decimal 241 93 22 0 0.61 0.91 0.05 19.45 0.89 0.52
Hex F1 5D 16 0 3D 5B 5 13 59 34
Octal 361 135 26 0 75 133 5 23 131 64
Binary 11110001 1011101 10110 0 111101 1011011 101 10011 1011001 110100

Color Harmonies of #F15D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15D16

Black with #F15D16

Text Example


Text Example

White with #F15D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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