Html Css Color HEX #F04D10 Persimmon

📋 copy color: '#F04D10'

red 240 ◦ green 77 ◦ blue 16

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

Shades of Persimmon #F04D10

Tints of Persimmon #F04D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.8%

R = 72.07%
G = 23.12%
B = 4.8%

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

#F04D10 (or 0xF04D10) is known color: Persimmon. HEX triplet: F0, 4D and 10. RGB value is (240,77,16). Sum of RGB (Red+Green+Blue) = 240+77+16=333 (44% of max value = 765). Red value is 240 (94.14% from 255 or 72.07% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 240 - color contains mainly: red. Hex color #F04D10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F04D10 is #0FB2EF. Grayscale: #777777. Windows color (decimal): -1028848 or 1068528. OLE color: 1068528.

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

Color convert

RGB 240 77 16 -
CMYK 0 0.68 0.93 0.06
HSL 16.34º 0.88% 0.5% -
HSV(B) 16.34º 0.93% 0.94% -
XYZ 38.68 23.87 3.06 -
YUV 118.78 70 214.46 -
System Red Green Blue C M Y K H S L
Decimal 240 77 16 0 0.68 0.93 0.06 16.34 0.88 0.5
Hex F0 4D 10 0 44 5D 6 10 58 32
Octal 360 115 20 0 104 135 6 20 130 62
Binary 11110000 1001101 10000 0 1000100 1011101 110 10000 1011000 110010

Color Harmonies of #F04D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04D10

Black with #F04D10

Text Example


Text Example

White with #F04D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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