Html Css Color HEX #F2322A Red Orange

📋 copy color: '#F2322A'

red 242 ◦ green 50 ◦ blue 42

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

Shades of Red Orange #F2322A

Tints of Red Orange #F2322A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.97%

 BLUE value IS 42 (16.8% from 255) = 12.57%

R = 72.46%
G = 14.97%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F2322A (or 0xF2322A) is known color: Red Orange. HEX triplet: F2, 32 and 2A. RGB value is (242,50,42). Sum of RGB (Red+Green+Blue) = 242+50+42=334 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.46% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 42 (16.80% from 255 or 12.57% from 334); Max value from RGB is 242 - color contains mainly: red. Hex color #F2322A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2322A is #0DCDD5. Grayscale: #6A6A6A. Windows color (decimal): -904662 or 2765554. OLE color: 2765554.

HSL color Cylindrical-coordinate representation of color #F2322A: hue angle of 2.4º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2322A is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 50 42 -
CMYK 0 0.79 0.83 0.05
HSL 2.4º 0.88% 0.56% -
HSV(B) 2.4º 0.83% 0.95% -
XYZ 38.18 21.33 4.29 -
YUV 106.5 91.61 224.65 -
System Red Green Blue C M Y K H S L
Decimal 242 50 42 0 0.79 0.83 0.05 2.4 0.88 0.56
Hex F2 32 2A 0 4F 53 5 2 58 38
Octal 362 62 52 0 117 123 5 2 130 70
Binary 11110010 110010 101010 0 1001111 1010011 101 10 1011000 111000

Color Harmonies of #F2322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2322A

Black with #F2322A

Text Example


Text Example

White with #F2322A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2322A; }

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

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

background-color css

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

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

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

border-color css

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

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

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