Html Css Color HEX #F15716 Persimmon

📋 copy color: '#F15716'

red 241 ◦ green 87 ◦ blue 22

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

Shades of Persimmon #F15716

Tints of Persimmon #F15716

RGB

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

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

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

R = 68.86%
G = 24.86%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F15716 (or 0xF15716) is known color: Persimmon. HEX triplet: F1, 57 and 16. RGB value is (241,87,22). Sum of RGB (Red+Green+Blue) = 241+87+22=350 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.86% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 241 - color contains mainly: red. Hex color #F15716 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15716 is #0EA8E9. Grayscale: #7E7E7E. Windows color (decimal): -960746 or 1464305. OLE color: 1464305.

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

Color convert

RGB 241 87 22 -
CMYK 0 0.64 0.91 0.05
HSL 17.81º 0.89% 0.52% -
HSV(B) 17.81º 0.91% 0.95% -
XYZ 39.83 25.58 3.6 -
YUV 125.64 69.52 210.29 -
System Red Green Blue C M Y K H S L
Decimal 241 87 22 0 0.64 0.91 0.05 17.81 0.89 0.52
Hex F1 57 16 0 40 5B 5 12 59 34
Octal 361 127 26 0 100 133 5 22 131 64
Binary 11110001 1010111 10110 0 1000000 1011011 101 10010 1011001 110100

Color Harmonies of #F15716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15716

Black with #F15716

Text Example


Text Example

White with #F15716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15716; }

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

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

background-color css

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

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

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

border-color css

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

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

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