Html Css Color HEX #F05811 Persimmon

📋 copy color: '#F05811'

red 240 ◦ green 88 ◦ blue 17

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

Shades of Persimmon #F05811

Tints of Persimmon #F05811

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.51%

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

R = 69.57%
G = 25.51%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F05811 (or 0xF05811) is known color: Persimmon. HEX triplet: F0, 58 and 11. RGB value is (240,88,17). Sum of RGB (Red+Green+Blue) = 240+88+17=345 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.57% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 17 (7.03% from 255 or 4.93% from 345); Max value from RGB is 240 - color contains mainly: red. Hex color #F05811 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05811 is #0FA7EE. Grayscale: #7D7D7D. Windows color (decimal): -1026031 or 1136880. OLE color: 1136880.

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

Color convert

RGB 240 88 17 -
CMYK 0 0.63 0.93 0.06
HSL 19.1º 0.88% 0.5% -
HSV(B) 19.1º 0.93% 0.94% -
XYZ 39.53 25.55 3.38 -
YUV 125.35 66.86 209.77 -
System Red Green Blue C M Y K H S L
Decimal 240 88 17 0 0.63 0.93 0.06 19.1 0.88 0.5
Hex F0 58 11 0 3F 5D 6 13 58 32
Octal 360 130 21 0 77 135 6 23 130 62
Binary 11110000 1011000 10001 0 111111 1011101 110 10011 1011000 110010

Color Harmonies of #F05811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05811

Black with #F05811

Text Example


Text Example

White with #F05811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05811; }

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

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

background-color css

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

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

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

border-color css

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

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

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