Html Css Color HEX #F04F18 Persimmon

📋 copy color: '#F04F18'

red 240 ◦ green 79 ◦ blue 24

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

Shades of Persimmon #F04F18

Tints of Persimmon #F04F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7%

R = 69.97%
G = 23.03%
B = 7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#F04F18 (or 0xF04F18) is known color: Persimmon. HEX triplet: F0, 4F and 18. RGB value is (240,79,24). Sum of RGB (Red+Green+Blue) = 240+79+24=343 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.97% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 24 (9.77% from 255 or 7.00% from 343); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F04F18 is #0FB0E7. Grayscale: #797979. Windows color (decimal): -1028328 or 1593328. OLE color: 1593328.

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

Color convert

RGB 240 79 24 -
CMYK 0 0.67 0.9 0.06
HSL 15.28º 0.88% 0.52% -
HSV(B) 15.28º 0.9% 0.94% -
XYZ 38.9 24.18 3.48 -
YUV 120.87 73.34 212.97 -
System Red Green Blue C M Y K H S L
Decimal 240 79 24 0 0.67 0.9 0.06 15.28 0.88 0.52
Hex F0 4F 18 0 43 5A 6 F 58 34
Octal 360 117 30 0 103 132 6 17 130 64
Binary 11110000 1001111 11000 0 1000011 1011010 110 1111 1011000 110100

Color Harmonies of #F04F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04F18

Black with #F04F18

Text Example


Text Example

White with #F04F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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