Html Css Color HEX #F44A2E Red Orange

📋 copy color: '#F44A2E'

red 244 ◦ green 74 ◦ blue 46

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

Shades of Red Orange #F44A2E

Tints of Red Orange #F44A2E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.33%

 BLUE value IS 46 (18.36% from 255) = 12.64%

R = 67.03%
G = 20.33%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F44A2E (or 0xF44A2E) is known color: Red Orange. HEX triplet: F4, 4A and 2E. RGB value is (244,74,46). Sum of RGB (Red+Green+Blue) = 244+74+46=364 (48% of max value = 765). Red value is 244 (95.70% from 255 or 67.03% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 46 (18.36% from 255 or 12.64% from 364); Max value from RGB is 244 - color contains mainly: red. Hex color #F44A2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F44A2E is #0BB5D1. Grayscale: #797979. Windows color (decimal): -767442 or 3033844. OLE color: 3033844.

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

Color convert

RGB 244 74 46 -
CMYK 0 0.70 0.81 0.04
HSL 8.48º 0.9% 0.57% -
HSV(B) 8.48º 0.81% 0.96% -
XYZ 40.25 24.33 5.16 -
YUV 121.64 85.32 215.28 -
System Red Green Blue C M Y K H S L
Decimal 244 74 46 0 0.70 0.81 0.04 8.48 0.9 0.57
Hex F4 4A 2E 0 46 51 4 8 5A 39
Octal 364 112 56 0 106 121 4 10 132 71
Binary 11110100 1001010 101110 0 1000110 1010001 100 1000 1011010 111001

Color Harmonies of #F44A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44A2E

Black with #F44A2E

Text Example


Text Example

White with #F44A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44A2E; }

 p { color: rgb(244,74,46); }

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

background-color css

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

 a { background-color: rgb(244,74,46); }

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

border-color css

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

 span { border-color: rgb(244,74,46); }

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