Html Css Color HEX #F04F19 Persimmon

📋 copy color: '#F04F19'

red 240 ◦ green 79 ◦ blue 25

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

Shades of Persimmon #F04F19

Tints of Persimmon #F04F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.27%

R = 69.77%
G = 22.97%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F04F19 (or 0xF04F19) is known color: Persimmon. HEX triplet: F0, 4F and 19. RGB value is (240,79,25). Sum of RGB (Red+Green+Blue) = 240+79+25=344 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.77% from 344); Green value is 79 (31.25% from 255 or 22.97% from 344); Blue value is 25 (10.16% from 255 or 7.27% from 344); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F04F19 is #0FB0E6. Grayscale: #797979. Windows color (decimal): -1028327 or 1658864. OLE color: 1658864.

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

Color convert

RGB 240 79 25 -
CMYK 0 0.67 0.90 0.06
HSL 15.07º 0.88% 0.52% -
HSV(B) 15.07º 0.9% 0.94% -
XYZ 38.91 24.19 3.54 -
YUV 120.98 73.84 212.89 -
System Red Green Blue C M Y K H S L
Decimal 240 79 25 0 0.67 0.90 0.06 15.07 0.88 0.52
Hex F0 4F 19 0 43 5A 6 F 58 34
Octal 360 117 31 0 103 132 6 17 130 64
Binary 11110000 1001111 11001 0 1000011 1011010 110 1111 1011000 110100

Color Harmonies of #F04F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04F19

Black with #F04F19

Text Example


Text Example

White with #F04F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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