Html Css Color HEX #F05D11 Persimmon

📋 copy color: '#F05D11'

red 240 ◦ green 93 ◦ blue 17

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

Shades of Persimmon #F05D11

Tints of Persimmon #F05D11

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.57%

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

R = 68.57%
G = 26.57%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F05D11 (or 0xF05D11) is known color: Persimmon. HEX triplet: F0, 5D and 11. RGB value is (240,93,17). Sum of RGB (Red+Green+Blue) = 240+93+17=350 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.57% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05D11 is #0FA2EE. Grayscale: #808080. Windows color (decimal): -1024751 or 1138160. OLE color: 1138160.

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

Color convert

RGB 240 93 17 -
CMYK 0 0.61 0.93 0.06
HSL 20.45º 0.88% 0.5% -
HSV(B) 20.45º 0.93% 0.94% -
XYZ 39.95 26.39 3.52 -
YUV 128.29 65.2 207.68 -
System Red Green Blue C M Y K H S L
Decimal 240 93 17 0 0.61 0.93 0.06 20.45 0.88 0.5
Hex F0 5D 11 0 3D 5D 6 14 58 32
Octal 360 135 21 0 75 135 6 24 130 62
Binary 11110000 1011101 10001 0 111101 1011101 110 10100 1011000 110010

Color Harmonies of #F05D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05D11

Black with #F05D11

Text Example


Text Example

White with #F05D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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