Html Css Color HEX #F04D0E Persimmon

📋 copy color: '#F04D0E'

red 240 ◦ green 77 ◦ blue 14

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

Shades of Persimmon #F04D0E

Tints of Persimmon #F04D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.23%

R = 72.51%
G = 23.26%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F04D0E (or 0xF04D0E) is known color: Persimmon. HEX triplet: F0, 4D and 0E. RGB value is (240,77,14). Sum of RGB (Red+Green+Blue) = 240+77+14=331 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.51% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 14 (5.86% from 255 or 4.23% from 331); Max value from RGB is 240 - color contains mainly: red. Hex color #F04D0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F04D0E is #0FB2F1. Grayscale: #767676. Windows color (decimal): -1028850 or 937456. OLE color: 937456.

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

Color convert

RGB 240 77 14 -
CMYK 0 0.68 0.94 0.06
HSL 16.73º 0.89% 0.5% -
HSV(B) 16.73º 0.94% 0.94% -
XYZ 38.67 23.86 2.98 -
YUV 118.56 69 214.62 -
System Red Green Blue C M Y K H S L
Decimal 240 77 14 0 0.68 0.94 0.06 16.73 0.89 0.5
Hex F0 4D E 0 44 5E 6 11 59 32
Octal 360 115 16 0 104 136 6 21 131 62
Binary 11110000 1001101 1110 0 1000100 1011110 110 10001 1011001 110010

Color Harmonies of #F04D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04D0E

Black with #F04D0E

Text Example


Text Example

White with #F04D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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