Html Css Color HEX #F04819 Orange Red

📋 copy color: '#F04819'

red 240 ◦ green 72 ◦ blue 25

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

Shades of Orange Red #F04819

Tints of Orange Red #F04819

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.36%

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

R = 71.22%
G = 21.36%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F04819 (or 0xF04819) is known color: Orange Red. HEX triplet: F0, 48 and 19. RGB value is (240,72,25). Sum of RGB (Red+Green+Blue) = 240+72+25=337 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.22% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 25 (10.16% from 255 or 7.42% from 337); Max value from RGB is 240 - color contains mainly: red. Hex color #F04819 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04819 is #0FB7E6. Grayscale: #757575. Windows color (decimal): -1030119 or 1657072. OLE color: 1657072.

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

Color convert

RGB 240 72 25 -
CMYK 0 0.7 0.90 0.06
HSL 13.12º 0.88% 0.52% -
HSV(B) 13.12º 0.9% 0.94% -
XYZ 38.43 23.23 3.38 -
YUV 116.87 76.16 215.82 -
System Red Green Blue C M Y K H S L
Decimal 240 72 25 0 0.7 0.90 0.06 13.12 0.88 0.52
Hex F0 48 19 0 46 5A 6 D 58 34
Octal 360 110 31 0 106 132 6 15 130 64
Binary 11110000 1001000 11001 0 1000110 1011010 110 1101 1011000 110100

Color Harmonies of #F04819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04819

Black with #F04819

Text Example


Text Example

White with #F04819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04819; }

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

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

background-color css

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

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

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

border-color css

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

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

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