Html Css Color HEX #F04E0E Persimmon

📋 copy color: '#F04E0E'

red 240 ◦ green 78 ◦ blue 14

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

Shades of Persimmon #F04E0E

Tints of Persimmon #F04E0E

RGB

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

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

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

R = 72.29%
G = 23.49%
B = 4.22%

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

#F04E0E (or 0xF04E0E) is known color: Persimmon. HEX triplet: F0, 4E and 0E. RGB value is (240,78,14). Sum of RGB (Red+Green+Blue) = 240+78+14=332 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.29% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 240 - color contains mainly: red. Hex color #F04E0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F04E0E is #0FB1F1. Grayscale: #777777. Windows color (decimal): -1028594 or 937712. OLE color: 937712.

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

Color convert

RGB 240 78 14 -
CMYK 0 0.68 0.94 0.06
HSL 16.99º 0.89% 0.5% -
HSV(B) 16.99º 0.94% 0.94% -
XYZ 38.74 24.01 3.01 -
YUV 119.14 68.67 214.2 -
System Red Green Blue C M Y K H S L
Decimal 240 78 14 0 0.68 0.94 0.06 16.99 0.89 0.5
Hex F0 4E E 0 44 5E 6 11 59 32
Octal 360 116 16 0 104 136 6 21 131 62
Binary 11110000 1001110 1110 0 1000100 1011110 110 10001 1011001 110010

Color Harmonies of #F04E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04E0E

Black with #F04E0E

Text Example


Text Example

White with #F04E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04E0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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