Html Css Color HEX #F04D09 Persimmon

📋 copy color: '#F04D09'

red 240 ◦ green 77 ◦ blue 9

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

Shades of Persimmon #F04D09

Tints of Persimmon #F04D09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.76%

R = 73.62%
G = 23.62%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F04D09 (or 0xF04D09) is known color: Persimmon. HEX triplet: F0, 4D and 09. RGB value is (240,77,9). Sum of RGB (Red+Green+Blue) = 240+77+9=326 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.62% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 9 (3.91% from 255 or 2.76% from 326); Max value from RGB is 240 - color contains mainly: red. Hex color #F04D09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F04D09 is #0FB2F6. Grayscale: #767676. Windows color (decimal): -1028855 or 609776. OLE color: 609776.

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

Color convert

RGB 240 77 9 -
CMYK 0 0.68 0.96 0.06
HSL 17.66º 0.93% 0.49% -
HSV(B) 17.66º 0.96% 0.94% -
XYZ 38.64 23.85 2.83 -
YUV 117.99 66.5 215.03 -
System Red Green Blue C M Y K H S L
Decimal 240 77 9 0 0.68 0.96 0.06 17.66 0.93 0.49
Hex F0 4D 9 0 44 60 6 12 5D 31
Octal 360 115 11 0 104 140 6 22 135 61
Binary 11110000 1001101 1001 0 1000100 1100000 110 10010 1011101 110001

Color Harmonies of #F04D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04D09

Black with #F04D09

Text Example


Text Example

White with #F04D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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