Html Css Color HEX #F04F14 Persimmon

📋 copy color: '#F04F14'

red 240 ◦ green 79 ◦ blue 20

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

Shades of Persimmon #F04F14

Tints of Persimmon #F04F14

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.3%

 BLUE value IS 20 (8.2% from 255) = 5.9%

R = 70.8%
G = 23.3%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F04F14 (or 0xF04F14) is known color: Persimmon. HEX triplet: F0, 4F and 14. RGB value is (240,79,20). Sum of RGB (Red+Green+Blue) = 240+79+20=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F04F14 is #0FB0EB. Grayscale: #787878. Windows color (decimal): -1028332 or 1331184. OLE color: 1331184.

HSL color Cylindrical-coordinate representation of color #F04F14: hue angle of 16.09º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F04F14 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 79 20 -
CMYK 0 0.67 0.92 0.06
HSL 16.09º 0.88% 0.51% -
HSV(B) 16.09º 0.92% 0.94% -
XYZ 38.86 24.17 3.28 -
YUV 120.41 71.34 213.3 -
System Red Green Blue C M Y K H S L
Decimal 240 79 20 0 0.67 0.92 0.06 16.09 0.88 0.51
Hex F0 4F 14 0 43 5C 6 10 58 33
Octal 360 117 24 0 103 134 6 20 130 63
Binary 11110000 1001111 10100 0 1000011 1011100 110 10000 1011000 110011

Color Harmonies of #F04F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04F14

Black with #F04F14

Text Example


Text Example

White with #F04F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04F14; }

 p { color: rgb(240,79,20); }

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

background-color css

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

 a { background-color: rgb(240,79,20); }

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

border-color css

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

 span { border-color: rgb(240,79,20); }

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