Html Css Color HEX #F4490D Orange Red

📋 copy color: '#F4490D'

red 244 ◦ green 73 ◦ blue 13

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

Shades of Orange Red #F4490D

Tints of Orange Red #F4490D

RGB

 RED value IS 244 (95.7% from 255) = 73.94%

 GREEN value IS 73 (28.91% from 255) = 22.12%

 BLUE value IS 13 (5.47% from 255) = 3.94%

R = 73.94%
G = 22.12%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F4490D (or 0xF4490D) is known color: Orange Red. HEX triplet: F4, 49 and 0D. RGB value is (244,73,13). Sum of RGB (Red+Green+Blue) = 244+73+13=330 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.94% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 244 - color contains mainly: red. Hex color #F4490D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F4490D is #0BB6F2. Grayscale: #757575. Windows color (decimal): -767731 or 870900. OLE color: 870900.

HSL color Cylindrical-coordinate representation of color #F4490D: hue angle of 15.58º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F4490D is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 73 13 -
CMYK 0 0.70 0.95 0.04
HSL 15.58º 0.91% 0.5% -
HSV(B) 15.58º 0.95% 0.96% -
XYZ 39.76 24.03 2.92 -
YUV 117.29 69.15 218.38 -
System Red Green Blue C M Y K H S L
Decimal 244 73 13 0 0.70 0.95 0.04 15.58 0.91 0.5
Hex F4 49 D 0 46 5F 4 10 5B 32
Octal 364 111 15 0 106 137 4 20 133 62
Binary 11110100 1001001 1101 0 1000110 1011111 100 10000 1011011 110010

Color Harmonies of #F4490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4490D

Black with #F4490D

Text Example


Text Example

White with #F4490D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4490D; }

 p { color: rgb(244,73,13); }

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

background-color css

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

 a { background-color: rgb(244,73,13); }

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

border-color css

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

 span { border-color: rgb(244,73,13); }

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