Html Css Color HEX #F44020 Red Orange

📋 copy color: '#F44020'

red 244 ◦ green 64 ◦ blue 32

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

Shades of Red Orange #F44020

Tints of Red Orange #F44020

RGB

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

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

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

R = 71.76%
G = 18.82%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F44020 (or 0xF44020) is known color: Red Orange. HEX triplet: F4, 40 and 20. RGB value is (244,64,32). Sum of RGB (Red+Green+Blue) = 244+64+32=340 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.76% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 32 (12.89% from 255 or 9.41% from 340); Max value from RGB is 244 - color contains mainly: red. Hex color #F44020 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F44020 is #0BBFDF. Grayscale: #727272. Windows color (decimal): -770016 or 2113780. OLE color: 2113780.

HSL color Cylindrical-coordinate representation of color #F44020: hue angle of 9.06º 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 #F44020 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 64 32 -
CMYK 0 0.74 0.87 0.04
HSL 9.06º 0.91% 0.54% -
HSV(B) 9.06º 0.87% 0.96% -
XYZ 39.4 23 3.73 -
YUV 114.17 81.63 220.6 -
System Red Green Blue C M Y K H S L
Decimal 244 64 32 0 0.74 0.87 0.04 9.06 0.91 0.54
Hex F4 40 20 0 4A 57 4 9 5B 36
Octal 364 100 40 0 112 127 4 11 133 66
Binary 11110100 1000000 100000 0 1001010 1010111 100 1001 1011011 110110

Color Harmonies of #F44020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44020

Black with #F44020

Text Example


Text Example

White with #F44020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44020; }

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

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

background-color css

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

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

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

border-color css

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

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

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