Html Css Color HEX #F44120 Red Orange

📋 copy color: '#F44120'

red 244 ◦ green 65 ◦ blue 32

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

Shades of Red Orange #F44120

Tints of Red Orange #F44120

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.06%

 BLUE value IS 32 (12.89% from 255) = 9.38%

R = 71.55%
G = 19.06%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F44120 (or 0xF44120) is known color: Red Orange. HEX triplet: F4, 41 and 20. RGB value is (244,65,32). Sum of RGB (Red+Green+Blue) = 244+65+32=341 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.55% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 32 (12.89% from 255 or 9.38% from 341); Max value from RGB is 244 - color contains mainly: red. Hex color #F44120 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F44120 is #0BBEDF. Grayscale: #737373. Windows color (decimal): -769760 or 2114036. OLE color: 2114036.

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

Color convert

RGB 244 65 32 -
CMYK 0 0.73 0.87 0.04
HSL 9.34º 0.91% 0.54% -
HSV(B) 9.34º 0.87% 0.96% -
XYZ 39.46 23.12 3.75 -
YUV 114.76 81.3 220.18 -
System Red Green Blue C M Y K H S L
Decimal 244 65 32 0 0.73 0.87 0.04 9.34 0.91 0.54
Hex F4 41 20 0 49 57 4 9 5B 36
Octal 364 101 40 0 111 127 4 11 133 66
Binary 11110100 1000001 100000 0 1001001 1010111 100 1001 1011011 110110

Color Harmonies of #F44120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44120

Black with #F44120

Text Example


Text Example

White with #F44120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44120; }

 p { color: rgb(244,65,32); }

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

background-color css

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

 a { background-color: rgb(244,65,32); }

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

border-color css

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

 span { border-color: rgb(244,65,32); }

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