Html Css Color HEX #F15415 Persimmon

📋 copy color: '#F15415'

red 241 ◦ green 84 ◦ blue 21

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

Shades of Persimmon #F15415

Tints of Persimmon #F15415

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.28%

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

R = 69.65%
G = 24.28%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F15415 (or 0xF15415) is known color: Persimmon. HEX triplet: F1, 54 and 15. RGB value is (241,84,21). Sum of RGB (Red+Green+Blue) = 241+84+21=346 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.65% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 241 - color contains mainly: red. Hex color #F15415 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15415 is #0EABEA. Grayscale: #7C7C7C. Windows color (decimal): -961515 or 1398001. OLE color: 1398001.

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

Color convert

RGB 241 84 21 -
CMYK 0 0.65 0.91 0.05
HSL 17.18º 0.89% 0.51% -
HSV(B) 17.18º 0.91% 0.95% -
XYZ 39.58 25.1 3.47 -
YUV 123.76 70.01 211.62 -
System Red Green Blue C M Y K H S L
Decimal 241 84 21 0 0.65 0.91 0.05 17.18 0.89 0.51
Hex F1 54 15 0 41 5B 5 11 59 33
Octal 361 124 25 0 101 133 5 21 131 63
Binary 11110001 1010100 10101 0 1000001 1011011 101 10001 1011001 110011

Color Harmonies of #F15415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15415

Black with #F15415

Text Example


Text Example

White with #F15415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15415; }

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

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

background-color css

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

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

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

border-color css

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

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

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