Html Css Color HEX #F22620 Red Orange

📋 copy color: '#F22620'

red 242 ◦ green 38 ◦ blue 32

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

Shades of Red Orange #F22620

Tints of Red Orange #F22620

RGB

 RED value IS 242 (94.92% from 255) = 77.56%

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

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

R = 77.56%
G = 12.18%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F22620 (or 0xF22620) is known color: Red Orange. HEX triplet: F2, 26 and 20. RGB value is (242,38,32). Sum of RGB (Red+Green+Blue) = 242+38+32=312 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.56% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 242 - color contains mainly: red. Hex color #F22620 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22620 is #0DD9DF. Grayscale: #626262. Windows color (decimal): -907744 or 2107122. OLE color: 2107122.

HSL color Cylindrical-coordinate representation of color #F22620: hue angle of 1.71º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F22620 is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 38 32 -
CMYK 0 0.84 0.87 0.05
HSL 1.71º 0.89% 0.54% -
HSV(B) 1.71º 0.87% 0.95% -
XYZ 37.57 20.37 3.32 -
YUV 98.31 90.59 230.49 -
System Red Green Blue C M Y K H S L
Decimal 242 38 32 0 0.84 0.87 0.05 1.71 0.89 0.54
Hex F2 26 20 0 54 57 5 2 59 36
Octal 362 46 40 0 124 127 5 2 131 66
Binary 11110010 100110 100000 0 1010100 1010111 101 10 1011001 110110

Color Harmonies of #F22620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22620

Black with #F22620

Text Example


Text Example

White with #F22620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22620; }

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

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

background-color css

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

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

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

border-color css

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

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

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