Html Css Color HEX #F05611 Persimmon

📋 copy color: '#F05611'

red 240 ◦ green 86 ◦ blue 17

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

Shades of Persimmon #F05611

Tints of Persimmon #F05611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.96%

R = 69.97%
G = 25.07%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F05611 (or 0xF05611) is known color: Persimmon. HEX triplet: F0, 56 and 11. RGB value is (240,86,17). Sum of RGB (Red+Green+Blue) = 240+86+17=343 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.97% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 240 - color contains mainly: red. Hex color #F05611 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05611 is #0FA9EE. Grayscale: #7C7C7C. Windows color (decimal): -1026543 or 1136368. OLE color: 1136368.

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

Color convert

RGB 240 86 17 -
CMYK 0 0.64 0.93 0.06
HSL 18.57º 0.88% 0.5% -
HSV(B) 18.57º 0.93% 0.94% -
XYZ 39.36 25.22 3.32 -
YUV 124.18 67.52 210.61 -
System Red Green Blue C M Y K H S L
Decimal 240 86 17 0 0.64 0.93 0.06 18.57 0.88 0.5
Hex F0 56 11 0 40 5D 6 13 58 32
Octal 360 126 21 0 100 135 6 23 130 62
Binary 11110000 1010110 10001 0 1000000 1011101 110 10011 1011000 110010

Color Harmonies of #F05611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05611

Black with #F05611

Text Example


Text Example

White with #F05611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05611; }

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

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

background-color css

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

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

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

border-color css

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

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

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