Html Css Color HEX #F04019 Orange Red

📋 copy color: '#F04019'

red 240 ◦ green 64 ◦ blue 25

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

Shades of Orange Red #F04019

Tints of Orange Red #F04019

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.45%

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

R = 72.95%
G = 19.45%
B = 7.6%

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

#F04019 (or 0xF04019) is known color: Orange Red. HEX triplet: F0, 40 and 19. RGB value is (240,64,25). Sum of RGB (Red+Green+Blue) = 240+64+25=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F04019 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04019 is #0FBFE6. Grayscale: #707070. Windows color (decimal): -1032167 or 1655024. OLE color: 1655024.

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

Color convert

RGB 240 64 25 -
CMYK 0 0.73 0.90 0.06
HSL 10.88º 0.88% 0.52% -
HSV(B) 10.88º 0.9% 0.94% -
XYZ 37.94 22.26 3.22 -
YUV 112.18 78.81 219.17 -
System Red Green Blue C M Y K H S L
Decimal 240 64 25 0 0.73 0.90 0.06 10.88 0.88 0.52
Hex F0 40 19 0 49 5A 6 B 58 34
Octal 360 100 31 0 111 132 6 13 130 64
Binary 11110000 1000000 11001 0 1001001 1011010 110 1011 1011000 110100

Color Harmonies of #F04019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04019

Black with #F04019

Text Example


Text Example

White with #F04019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04019; }

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

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

background-color css

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

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

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

border-color css

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

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

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