Html Css Color HEX #F04513 Orange Red

📋 copy color: '#F04513'

red 240 ◦ green 69 ◦ blue 19

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

Shades of Orange Red #F04513

Tints of Orange Red #F04513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.79%

R = 73.17%
G = 21.04%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F04513 (or 0xF04513) is known color: Orange Red. HEX triplet: F0, 45 and 13. RGB value is (240,69,19). Sum of RGB (Red+Green+Blue) = 240+69+19=328 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.17% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 240 - color contains mainly: red. Hex color #F04513 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04513 is #0FBAEC. Grayscale: #727272. Windows color (decimal): -1030893 or 1263088. OLE color: 1263088.

HSL color Cylindrical-coordinate representation of color #F04513: hue angle of 13.57º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F04513 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 69 19 -
CMYK 0 0.71 0.92 0.06
HSL 13.57º 0.88% 0.51% -
HSV(B) 13.57º 0.92% 0.94% -
XYZ 38.18 22.83 3.01 -
YUV 114.43 74.15 217.57 -
System Red Green Blue C M Y K H S L
Decimal 240 69 19 0 0.71 0.92 0.06 13.57 0.88 0.51
Hex F0 45 13 0 47 5C 6 E 58 33
Octal 360 105 23 0 107 134 6 16 130 63
Binary 11110000 1000101 10011 0 1000111 1011100 110 1110 1011000 110011

Color Harmonies of #F04513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04513

Black with #F04513

Text Example


Text Example

White with #F04513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04513; }

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

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

background-color css

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

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

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

border-color css

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

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

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