Html Css Color HEX #F05616 Persimmon

📋 copy color: '#F05616'

red 240 ◦ green 86 ◦ blue 22

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

Shades of Persimmon #F05616

Tints of Persimmon #F05616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.32%

R = 68.97%
G = 24.71%
B = 6.32%

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

#F05616 (or 0xF05616) is known color: Persimmon. HEX triplet: F0, 56 and 16. RGB value is (240,86,22). Sum of RGB (Red+Green+Blue) = 240+86+22=348 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.97% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 22 (8.98% from 255 or 6.32% from 348); Max value from RGB is 240 - color contains mainly: red. Hex color #F05616 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05616 is #0FA9E9. Grayscale: #7D7D7D. Windows color (decimal): -1026538 or 1464048. OLE color: 1464048.

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

Color convert

RGB 240 86 22 -
CMYK 0 0.64 0.91 0.06
HSL 17.61º 0.88% 0.51% -
HSV(B) 17.61º 0.91% 0.94% -
XYZ 39.41 25.24 3.55 -
YUV 124.75 70.02 210.2 -
System Red Green Blue C M Y K H S L
Decimal 240 86 22 0 0.64 0.91 0.06 17.61 0.88 0.51
Hex F0 56 16 0 40 5B 6 12 58 33
Octal 360 126 26 0 100 133 6 22 130 63
Binary 11110000 1010110 10110 0 1000000 1011011 110 10010 1011000 110011

Color Harmonies of #F05616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05616

Black with #F05616

Text Example


Text Example

White with #F05616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05616; }

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

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

background-color css

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

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

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

border-color css

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

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

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