Html Css Color HEX #F04119 Orange Red

📋 copy color: '#F04119'

red 240 ◦ green 65 ◦ blue 25

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

Shades of Orange Red #F04119

Tints of Orange Red #F04119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.7%

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

R = 72.73%
G = 19.7%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F04119 (or 0xF04119) is known color: Orange Red. HEX triplet: F0, 41 and 19. RGB value is (240,65,25). Sum of RGB (Red+Green+Blue) = 240+65+25=330 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.73% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 25 (10.16% from 255 or 7.58% from 330); Max value from RGB is 240 - color contains mainly: red. Hex color #F04119 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04119 is #0FBEE6. Grayscale: #717171. Windows color (decimal): -1031911 or 1655280. OLE color: 1655280.

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

Color convert

RGB 240 65 25 -
CMYK 0 0.73 0.90 0.06
HSL 11.16º 0.88% 0.52% -
HSV(B) 11.16º 0.9% 0.94% -
XYZ 38 22.38 3.24 -
YUV 112.77 78.48 218.75 -
System Red Green Blue C M Y K H S L
Decimal 240 65 25 0 0.73 0.90 0.06 11.16 0.88 0.52
Hex F0 41 19 0 49 5A 6 B 58 34
Octal 360 101 31 0 111 132 6 13 130 64
Binary 11110000 1000001 11001 0 1001001 1011010 110 1011 1011000 110100

Color Harmonies of #F04119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04119

Black with #F04119

Text Example


Text Example

White with #F04119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04119; }

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

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

background-color css

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

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

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

border-color css

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

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

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