Html Css Color HEX #F04E09 Persimmon

📋 copy color: '#F04E09'

red 240 ◦ green 78 ◦ blue 9

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

Shades of Persimmon #F04E09

Tints of Persimmon #F04E09

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.85%

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

R = 73.39%
G = 23.85%
B = 2.75%

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

#F04E09 (or 0xF04E09) is known color: Persimmon. HEX triplet: F0, 4E and 09. RGB value is (240,78,9). Sum of RGB (Red+Green+Blue) = 240+78+9=327 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.39% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 9 (3.91% from 255 or 2.75% from 327); Max value from RGB is 240 - color contains mainly: red. Hex color #F04E09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F04E09 is #0FB1F6. Grayscale: #777777. Windows color (decimal): -1028599 or 610032. OLE color: 610032.

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

Color convert

RGB 240 78 9 -
CMYK 0 0.68 0.96 0.06
HSL 17.92º 0.93% 0.49% -
HSV(B) 17.92º 0.96% 0.94% -
XYZ 38.71 23.99 2.85 -
YUV 118.57 66.17 214.61 -
System Red Green Blue C M Y K H S L
Decimal 240 78 9 0 0.68 0.96 0.06 17.92 0.93 0.49
Hex F0 4E 9 0 44 60 6 12 5D 31
Octal 360 116 11 0 104 140 6 22 135 61
Binary 11110000 1001110 1001 0 1000100 1100000 110 10010 1011101 110001

Color Harmonies of #F04E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04E09

Black with #F04E09

Text Example


Text Example

White with #F04E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04E09; }

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

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

background-color css

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

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

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

border-color css

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

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

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