Html Css Color HEX #F05516 Persimmon

📋 copy color: '#F05516'

red 240 ◦ green 85 ◦ blue 22

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

Shades of Persimmon #F05516

Tints of Persimmon #F05516

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.5%

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

R = 69.16%
G = 24.5%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F05516 (or 0xF05516) is known color: Persimmon. HEX triplet: F0, 55 and 16. RGB value is (240,85,22). Sum of RGB (Red+Green+Blue) = 240+85+22=347 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.16% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 240 - color contains mainly: red. Hex color #F05516 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05516 is #0FAAE9. Grayscale: #7C7C7C. Windows color (decimal): -1026794 or 1463792. OLE color: 1463792.

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

Color convert

RGB 240 85 22 -
CMYK 0 0.65 0.91 0.06
HSL 17.34º 0.88% 0.51% -
HSV(B) 17.34º 0.91% 0.94% -
XYZ 39.33 25.08 3.53 -
YUV 124.16 70.35 210.62 -
System Red Green Blue C M Y K H S L
Decimal 240 85 22 0 0.65 0.91 0.06 17.34 0.88 0.51
Hex F0 55 16 0 41 5B 6 11 58 33
Octal 360 125 26 0 101 133 6 21 130 63
Binary 11110000 1010101 10110 0 1000001 1011011 110 10001 1011000 110011

Color Harmonies of #F05516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05516

Black with #F05516

Text Example


Text Example

White with #F05516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05516; }

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

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

background-color css

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

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

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

border-color css

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

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

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