Html Css Color HEX #F15E15 Persimmon

📋 copy color: '#F15E15'

red 241 ◦ green 94 ◦ blue 21

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

Shades of Persimmon #F15E15

Tints of Persimmon #F15E15

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.4%

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

R = 67.7%
G = 26.4%
B = 5.9%

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

#F15E15 (or 0xF15E15) is known color: Persimmon. HEX triplet: F1, 5E and 15. RGB value is (241,94,21). Sum of RGB (Red+Green+Blue) = 241+94+21=356 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.70% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 241 - color contains mainly: red. Hex color #F15E15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15E15 is #0EA1EA. Grayscale: #828282. Windows color (decimal): -958955 or 1400561. OLE color: 1400561.

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

Color convert

RGB 241 94 21 -
CMYK 0 0.61 0.91 0.05
HSL 19.91º 0.89% 0.51% -
HSV(B) 19.91º 0.91% 0.95% -
XYZ 40.41 26.76 3.74 -
YUV 129.63 66.7 207.44 -
System Red Green Blue C M Y K H S L
Decimal 241 94 21 0 0.61 0.91 0.05 19.91 0.89 0.51
Hex F1 5E 15 0 3D 5B 5 14 59 33
Octal 361 136 25 0 75 133 5 24 131 63
Binary 11110001 1011110 10101 0 111101 1011011 101 10100 1011001 110011

Color Harmonies of #F15E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15E15

Black with #F15E15

Text Example


Text Example

White with #F15E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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