Html Css Color HEX #F05615 Persimmon

📋 copy color: '#F05615'

red 240 ◦ green 86 ◦ blue 21

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

Shades of Persimmon #F05615

Tints of Persimmon #F05615

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.78%

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

R = 69.16%
G = 24.78%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F05615 (or 0xF05615) is known color: Persimmon. HEX triplet: F0, 56 and 15. RGB value is (240,86,21). Sum of RGB (Red+Green+Blue) = 240+86+21=347 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.16% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 21 (8.59% from 255 or 6.05% from 347); Max value from RGB is 240 - color contains mainly: red. Hex color #F05615 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05615 is #0FA9EA. Grayscale: #7D7D7D. Windows color (decimal): -1026539 or 1398512. OLE color: 1398512.

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

Color convert

RGB 240 86 21 -
CMYK 0 0.64 0.91 0.06
HSL 17.81º 0.88% 0.51% -
HSV(B) 17.81º 0.91% 0.94% -
XYZ 39.4 25.23 3.5 -
YUV 124.64 69.52 210.29 -
System Red Green Blue C M Y K H S L
Decimal 240 86 21 0 0.64 0.91 0.06 17.81 0.88 0.51
Hex F0 56 15 0 40 5B 6 12 58 33
Octal 360 126 25 0 100 133 6 22 130 63
Binary 11110000 1010110 10101 0 1000000 1011011 110 10010 1011000 110011

Color Harmonies of #F05615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05615

Black with #F05615

Text Example


Text Example

White with #F05615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05615; }

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

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

background-color css

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

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

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

border-color css

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

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

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