Html Css Color HEX #F15C15 Persimmon

📋 copy color: '#F15C15'

red 241 ◦ green 92 ◦ blue 21

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

Shades of Persimmon #F15C15

Tints of Persimmon #F15C15

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.99%

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

R = 68.08%
G = 25.99%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F15C15 (or 0xF15C15) is known color: Persimmon. HEX triplet: F1, 5C and 15. RGB value is (241,92,21). Sum of RGB (Red+Green+Blue) = 241+92+21=354 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.08% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 21 (8.59% from 255 or 5.93% from 354); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15C15 is #0EA3EA. Grayscale: #808080. Windows color (decimal): -959467 or 1400049. OLE color: 1400049.

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

Color convert

RGB 241 92 21 -
CMYK 0 0.62 0.91 0.05
HSL 19.36º 0.89% 0.51% -
HSV(B) 19.36º 0.91% 0.95% -
XYZ 40.24 26.41 3.69 -
YUV 128.46 67.36 208.27 -
System Red Green Blue C M Y K H S L
Decimal 241 92 21 0 0.62 0.91 0.05 19.36 0.89 0.51
Hex F1 5C 15 0 3E 5B 5 13 59 33
Octal 361 134 25 0 76 133 5 23 131 63
Binary 11110001 1011100 10101 0 111110 1011011 101 10011 1011001 110011

Color Harmonies of #F15C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15C15

Black with #F15C15

Text Example


Text Example

White with #F15C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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