Html Css Color HEX #F42620 Red Orange

📋 copy color: '#F42620'

red 244 ◦ green 38 ◦ blue 32

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

Shades of Red Orange #F42620

Tints of Red Orange #F42620

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.1%

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

R = 77.71%
G = 12.1%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F42620 (or 0xF42620) is known color: Red Orange. HEX triplet: F4, 26 and 20. RGB value is (244,38,32). Sum of RGB (Red+Green+Blue) = 244+38+32=314 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.71% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 32 (12.89% from 255 or 10.19% from 314); Max value from RGB is 244 - color contains mainly: red. Hex color #F42620 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42620 is #0BD9DF. Grayscale: #636363. Windows color (decimal): -776672 or 2107124. OLE color: 2107124.

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

Color convert

RGB 244 38 32 -
CMYK 0 0.84 0.87 0.04
HSL 1.7º 0.91% 0.54% -
HSV(B) 1.7º 0.87% 0.96% -
XYZ 38.26 20.72 3.35 -
YUV 98.91 90.25 231.49 -
System Red Green Blue C M Y K H S L
Decimal 244 38 32 0 0.84 0.87 0.04 1.7 0.91 0.54
Hex F4 26 20 0 54 57 4 2 5B 36
Octal 364 46 40 0 124 127 4 2 133 66
Binary 11110100 100110 100000 0 1010100 1010111 100 10 1011011 110110

Color Harmonies of #F42620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42620

Black with #F42620

Text Example


Text Example

White with #F42620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42620; }

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

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

background-color css

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

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

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

border-color css

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

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

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