Html Css Color HEX #F04D14 Persimmon

📋 copy color: '#F04D14'

red 240 ◦ green 77 ◦ blue 20

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

Shades of Persimmon #F04D14

Tints of Persimmon #F04D14

RGB

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

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

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

R = 71.22%
G = 22.85%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F04D14 (or 0xF04D14) is known color: Persimmon. HEX triplet: F0, 4D and 14. RGB value is (240,77,20). Sum of RGB (Red+Green+Blue) = 240+77+20=337 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.22% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 240 - color contains mainly: red. Hex color #F04D14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F04D14 is #0FB2EB. Grayscale: #777777. Windows color (decimal): -1028844 or 1330672. OLE color: 1330672.

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

Color convert

RGB 240 77 20 -
CMYK 0 0.68 0.92 0.06
HSL 15.55º 0.88% 0.51% -
HSV(B) 15.55º 0.92% 0.94% -
XYZ 38.72 23.88 3.23 -
YUV 119.24 72 214.13 -
System Red Green Blue C M Y K H S L
Decimal 240 77 20 0 0.68 0.92 0.06 15.55 0.88 0.51
Hex F0 4D 14 0 44 5C 6 10 58 33
Octal 360 115 24 0 104 134 6 20 130 63
Binary 11110000 1001101 10100 0 1000100 1011100 110 10000 1011000 110011

Color Harmonies of #F04D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04D14

Black with #F04D14

Text Example


Text Example

White with #F04D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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