Html Css Color HEX #F04C0E Persimmon

📋 copy color: '#F04C0E'

red 240 ◦ green 76 ◦ blue 14

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

Shades of Persimmon #F04C0E

Tints of Persimmon #F04C0E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.03%

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

R = 72.73%
G = 23.03%
B = 4.24%

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

#F04C0E (or 0xF04C0E) is known color: Persimmon. HEX triplet: F0, 4C and 0E. RGB value is (240,76,14). Sum of RGB (Red+Green+Blue) = 240+76+14=330 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.73% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 14 (5.86% from 255 or 4.24% from 330); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04C0E is #0FB3F1. Grayscale: #767676. Windows color (decimal): -1029106 or 937200. OLE color: 937200.

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

Color convert

RGB 240 76 14 -
CMYK 0 0.68 0.94 0.06
HSL 16.46º 0.89% 0.5% -
HSV(B) 16.46º 0.94% 0.94% -
XYZ 38.6 23.73 2.96 -
YUV 117.97 69.33 215.04 -
System Red Green Blue C M Y K H S L
Decimal 240 76 14 0 0.68 0.94 0.06 16.46 0.89 0.5
Hex F0 4C E 0 44 5E 6 10 59 32
Octal 360 114 16 0 104 136 6 20 131 62
Binary 11110000 1001100 1110 0 1000100 1011110 110 10000 1011001 110010

Color Harmonies of #F04C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04C0E

Black with #F04C0E

Text Example


Text Example

White with #F04C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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