Html Css Color HEX #F04F15 Persimmon

📋 copy color: '#F04F15'

red 240 ◦ green 79 ◦ blue 21

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

Shades of Persimmon #F04F15

Tints of Persimmon #F04F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.18%

R = 70.59%
G = 23.24%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F04F15 (or 0xF04F15) is known color: Persimmon. HEX triplet: F0, 4F and 15. RGB value is (240,79,21). Sum of RGB (Red+Green+Blue) = 240+79+21=340 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.59% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 21 (8.59% from 255 or 6.18% from 340); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F04F15 is #0FB0EA. Grayscale: #787878. Windows color (decimal): -1028331 or 1396720. OLE color: 1396720.

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

Color convert

RGB 240 79 21 -
CMYK 0 0.67 0.91 0.06
HSL 15.89º 0.88% 0.51% -
HSV(B) 15.89º 0.91% 0.94% -
XYZ 38.87 24.17 3.33 -
YUV 120.53 71.84 213.22 -
System Red Green Blue C M Y K H S L
Decimal 240 79 21 0 0.67 0.91 0.06 15.89 0.88 0.51
Hex F0 4F 15 0 43 5B 6 10 58 33
Octal 360 117 25 0 103 133 6 20 130 63
Binary 11110000 1001111 10101 0 1000011 1011011 110 10000 1011000 110011

Color Harmonies of #F04F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04F15

Black with #F04F15

Text Example


Text Example

White with #F04F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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