Html Css Color HEX #F04519 Orange Red

📋 copy color: '#F04519'

red 240 ◦ green 69 ◦ blue 25

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

Shades of Orange Red #F04519

Tints of Orange Red #F04519

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.66%

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

R = 71.86%
G = 20.66%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F04519 (or 0xF04519) is known color: Orange Red. HEX triplet: F0, 45 and 19. RGB value is (240,69,25). Sum of RGB (Red+Green+Blue) = 240+69+25=334 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.86% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 25 (10.16% from 255 or 7.49% from 334); Max value from RGB is 240 - color contains mainly: red. Hex color #F04519 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04519 is #0FBAE6. Grayscale: #737373. Windows color (decimal): -1030887 or 1656304. OLE color: 1656304.

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

Color convert

RGB 240 69 25 -
CMYK 0 0.71 0.90 0.06
HSL 12.28º 0.88% 0.52% -
HSV(B) 12.28º 0.9% 0.94% -
XYZ 38.24 22.85 3.32 -
YUV 115.11 77.15 217.08 -
System Red Green Blue C M Y K H S L
Decimal 240 69 25 0 0.71 0.90 0.06 12.28 0.88 0.52
Hex F0 45 19 0 47 5A 6 C 58 34
Octal 360 105 31 0 107 132 6 14 130 64
Binary 11110000 1000101 11001 0 1000111 1011010 110 1100 1011000 110100

Color Harmonies of #F04519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04519

Black with #F04519

Text Example


Text Example

White with #F04519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04519; }

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

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

background-color css

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

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

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

border-color css

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

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

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