Html Css Color HEX #F22A20 Red Orange

📋 copy color: '#F22A20'

red 242 ◦ green 42 ◦ blue 32

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

Shades of Red Orange #F22A20

Tints of Red Orange #F22A20

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.29%

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

R = 76.58%
G = 13.29%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F22A20 (or 0xF22A20) is known color: Red Orange. HEX triplet: F2, 2A and 20. RGB value is (242,42,32). Sum of RGB (Red+Green+Blue) = 242+42+32=316 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.58% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 242 - color contains mainly: red. Hex color #F22A20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22A20 is #0DD5DF. Grayscale: #646464. Windows color (decimal): -906720 or 2108146. OLE color: 2108146.

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

Color convert

RGB 242 42 32 -
CMYK 0 0.83 0.87 0.05
HSL 2.86º 0.89% 0.54% -
HSV(B) 2.86º 0.87% 0.95% -
XYZ 37.71 20.64 3.36 -
YUV 100.66 89.26 228.81 -
System Red Green Blue C M Y K H S L
Decimal 242 42 32 0 0.83 0.87 0.05 2.86 0.89 0.54
Hex F2 2A 20 0 53 57 5 3 59 36
Octal 362 52 40 0 123 127 5 3 131 66
Binary 11110010 101010 100000 0 1010011 1010111 101 11 1011001 110110

Color Harmonies of #F22A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22A20

Black with #F22A20

Text Example


Text Example

White with #F22A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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