Html Css Color HEX #F05716 Persimmon

📋 copy color: '#F05716'

red 240 ◦ green 87 ◦ blue 22

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

Shades of Persimmon #F05716

Tints of Persimmon #F05716

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.93%

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

R = 68.77%
G = 24.93%
B = 6.3%

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

#F05716 (or 0xF05716) is known color: Persimmon. HEX triplet: F0, 57 and 16. RGB value is (240,87,22). Sum of RGB (Red+Green+Blue) = 240+87+22=349 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.77% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 22 (8.98% from 255 or 6.30% from 349); Max value from RGB is 240 - color contains mainly: red. Hex color #F05716 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05716 is #0FA8E9. Grayscale: #7D7D7D. Windows color (decimal): -1026282 or 1464304. OLE color: 1464304.

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

Color convert

RGB 240 87 22 -
CMYK 0 0.64 0.91 0.06
HSL 17.89º 0.88% 0.51% -
HSV(B) 17.89º 0.91% 0.94% -
XYZ 39.49 25.4 3.58 -
YUV 125.34 69.69 209.79 -
System Red Green Blue C M Y K H S L
Decimal 240 87 22 0 0.64 0.91 0.06 17.89 0.88 0.51
Hex F0 57 16 0 40 5B 6 12 58 33
Octal 360 127 26 0 100 133 6 22 130 63
Binary 11110000 1010111 10110 0 1000000 1011011 110 10010 1011000 110011

Color Harmonies of #F05716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05716

Black with #F05716

Text Example


Text Example

White with #F05716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05716; }

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

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

background-color css

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

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

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

border-color css

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

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

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