Html Css Color HEX #F05115 Persimmon

📋 copy color: '#F05115'

red 240 ◦ green 81 ◦ blue 21

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

Shades of Persimmon #F05115

Tints of Persimmon #F05115

RGB

 RED value IS 240 (94.14% from 255) = 70.18%

 GREEN value IS 81 (32.03% from 255) = 23.68%

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

R = 70.18%
G = 23.68%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F05115 (or 0xF05115) is known color: Persimmon. HEX triplet: F0, 51 and 15. RGB value is (240,81,21). Sum of RGB (Red+Green+Blue) = 240+81+21=342 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.18% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 21 (8.59% from 255 or 6.14% from 342); Max value from RGB is 240 - color contains mainly: red. Hex color #F05115 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05115 is #0FAEEA. Grayscale: #7A7A7A. Windows color (decimal): -1027819 or 1397232. OLE color: 1397232.

HSL color Cylindrical-coordinate representation of color #F05115: hue angle of 16.44º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F05115 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 81 21 -
CMYK 0 0.66 0.91 0.06
HSL 16.44º 0.88% 0.51% -
HSV(B) 16.44º 0.91% 0.94% -
XYZ 39.01 24.46 3.38 -
YUV 121.7 71.18 212.38 -
System Red Green Blue C M Y K H S L
Decimal 240 81 21 0 0.66 0.91 0.06 16.44 0.88 0.51
Hex F0 51 15 0 42 5B 6 10 58 33
Octal 360 121 25 0 102 133 6 20 130 63
Binary 11110000 1010001 10101 0 1000010 1011011 110 10000 1011000 110011

Color Harmonies of #F05115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05115

Black with #F05115

Text Example


Text Example

White with #F05115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05115; }

 p { color: rgb(240,81,21); }

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

background-color css

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

 a { background-color: rgb(240,81,21); }

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

border-color css

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

 span { border-color: rgb(240,81,21); }

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