Html Css Color HEX #F04013 Orange Red

📋 copy color: '#F04013'

red 240 ◦ green 64 ◦ blue 19

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

Shades of Orange Red #F04013

Tints of Orange Red #F04013

RGB

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

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

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

R = 74.3%
G = 19.81%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F04013 (or 0xF04013) is known color: Orange Red. HEX triplet: F0, 40 and 13. RGB value is (240,64,19). Sum of RGB (Red+Green+Blue) = 240+64+19=323 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.30% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 19 (7.81% from 255 or 5.88% from 323); Max value from RGB is 240 - color contains mainly: red. Hex color #F04013 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04013 is #0FBFEC. Grayscale: #6F6F6F. Windows color (decimal): -1032173 or 1261808. OLE color: 1261808.

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

Color convert

RGB 240 64 19 -
CMYK 0 0.73 0.92 0.06
HSL 12.22º 0.88% 0.51% -
HSV(B) 12.22º 0.92% 0.94% -
XYZ 37.89 22.24 2.91 -
YUV 111.49 75.81 219.66 -
System Red Green Blue C M Y K H S L
Decimal 240 64 19 0 0.73 0.92 0.06 12.22 0.88 0.51
Hex F0 40 13 0 49 5C 6 C 58 33
Octal 360 100 23 0 111 134 6 14 130 63
Binary 11110000 1000000 10011 0 1001001 1011100 110 1100 1011000 110011

Color Harmonies of #F04013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04013

Black with #F04013

Text Example


Text Example

White with #F04013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04013; }

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

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

background-color css

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

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

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

border-color css

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

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

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