Html Css Color HEX #F15015 Persimmon

📋 copy color: '#F15015'

red 241 ◦ green 80 ◦ blue 21

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

Shades of Persimmon #F15015

Tints of Persimmon #F15015

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.39%

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

R = 70.47%
G = 23.39%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F15015 (or 0xF15015) is known color: Persimmon. HEX triplet: F1, 50 and 15. RGB value is (241,80,21). Sum of RGB (Red+Green+Blue) = 241+80+21=342 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.47% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 21 (8.59% from 255 or 6.14% from 342); Max value from RGB is 241 - color contains mainly: red. Hex color #F15015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15015 is #0EAFEA. Grayscale: #797979. Windows color (decimal): -962539 or 1396977. OLE color: 1396977.

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

Color convert

RGB 241 80 21 -
CMYK 0 0.67 0.91 0.05
HSL 16.09º 0.89% 0.51% -
HSV(B) 16.09º 0.91% 0.95% -
XYZ 39.28 24.49 3.37 -
YUV 121.41 71.34 213.3 -
System Red Green Blue C M Y K H S L
Decimal 241 80 21 0 0.67 0.91 0.05 16.09 0.89 0.51
Hex F1 50 15 0 43 5B 5 10 59 33
Octal 361 120 25 0 103 133 5 20 131 63
Binary 11110001 1010000 10101 0 1000011 1011011 101 10000 1011001 110011

Color Harmonies of #F15015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15015

Black with #F15015

Text Example


Text Example

White with #F15015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15015; }

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

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

background-color css

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

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

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

border-color css

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

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

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