Html Css Color HEX #F04413 Orange Red

📋 copy color: '#F04413'

red 240 ◦ green 68 ◦ blue 19

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

Shades of Orange Red #F04413

Tints of Orange Red #F04413

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.8%

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

R = 73.39%
G = 20.8%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F04413 (or 0xF04413) is known color: Orange Red. HEX triplet: F0, 44 and 13. RGB value is (240,68,19). Sum of RGB (Red+Green+Blue) = 240+68+19=327 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.39% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 19 (7.81% from 255 or 5.81% from 327); Max value from RGB is 240 - color contains mainly: red. Hex color #F04413 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04413 is #0FBBEC. Grayscale: #727272. Windows color (decimal): -1031149 or 1262832. OLE color: 1262832.

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

Color convert

RGB 240 68 19 -
CMYK 0 0.72 0.92 0.06
HSL 13.3º 0.88% 0.51% -
HSV(B) 13.3º 0.92% 0.94% -
XYZ 38.12 22.71 2.99 -
YUV 113.84 74.48 217.98 -
System Red Green Blue C M Y K H S L
Decimal 240 68 19 0 0.72 0.92 0.06 13.3 0.88 0.51
Hex F0 44 13 0 48 5C 6 D 58 33
Octal 360 104 23 0 110 134 6 15 130 63
Binary 11110000 1000100 10011 0 1001000 1011100 110 1101 1011000 110011

Color Harmonies of #F04413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04413

Black with #F04413

Text Example


Text Example

White with #F04413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04413; }

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

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

background-color css

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

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

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

border-color css

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

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

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