Html Css Color HEX #F04A19 Orange Red

📋 copy color: '#F04A19'

red 240 ◦ green 74 ◦ blue 25

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

Shades of Orange Red #F04A19

Tints of Orange Red #F04A19

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.83%

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

R = 70.8%
G = 21.83%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F04A19 (or 0xF04A19) is known color: Orange Red. HEX triplet: F0, 4A and 19. RGB value is (240,74,25). Sum of RGB (Red+Green+Blue) = 240+74+25=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 25 (10.16% from 255 or 7.37% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04A19 is #0FB5E6. Grayscale: #767676. Windows color (decimal): -1029607 or 1657584. OLE color: 1657584.

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

Color convert

RGB 240 74 25 -
CMYK 0 0.69 0.90 0.06
HSL 13.67º 0.88% 0.52% -
HSV(B) 13.67º 0.9% 0.94% -
XYZ 38.56 23.49 3.42 -
YUV 118.05 75.5 214.98 -
System Red Green Blue C M Y K H S L
Decimal 240 74 25 0 0.69 0.90 0.06 13.67 0.88 0.52
Hex F0 4A 19 0 45 5A 6 E 58 34
Octal 360 112 31 0 105 132 6 16 130 64
Binary 11110000 1001010 11001 0 1000101 1011010 110 1110 1011000 110100

Color Harmonies of #F04A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04A19

Black with #F04A19

Text Example


Text Example

White with #F04A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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