Html Css Color HEX #F04D11 Persimmon

📋 copy color: '#F04D11'

red 240 ◦ green 77 ◦ blue 17

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

Shades of Persimmon #F04D11

Tints of Persimmon #F04D11

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.05%

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

R = 71.86%
G = 23.05%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F04D11 (or 0xF04D11) is known color: Persimmon. HEX triplet: F0, 4D and 11. RGB value is (240,77,17). Sum of RGB (Red+Green+Blue) = 240+77+17=334 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.86% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 240 - color contains mainly: red. Hex color #F04D11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F04D11 is #0FB2EE. Grayscale: #777777. Windows color (decimal): -1028847 or 1134064. OLE color: 1134064.

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

Color convert

RGB 240 77 17 -
CMYK 0 0.68 0.93 0.06
HSL 16.14º 0.88% 0.5% -
HSV(B) 16.14º 0.93% 0.94% -
XYZ 38.69 23.87 3.1 -
YUV 118.9 70.5 214.38 -
System Red Green Blue C M Y K H S L
Decimal 240 77 17 0 0.68 0.93 0.06 16.14 0.88 0.5
Hex F0 4D 11 0 44 5D 6 10 58 32
Octal 360 115 21 0 104 135 6 20 130 62
Binary 11110000 1001101 10001 0 1000100 1011101 110 10000 1011000 110010

Color Harmonies of #F04D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04D11

Black with #F04D11

Text Example


Text Example

White with #F04D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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