Html Css Color HEX #F23322 Red Orange

📋 copy color: '#F23322'

red 242 ◦ green 51 ◦ blue 34

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

Shades of Red Orange #F23322

Tints of Red Orange #F23322

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.6%

 BLUE value IS 34 (13.67% from 255) = 10.4%

R = 74.01%
G = 15.6%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F23322 (or 0xF23322) is known color: Red Orange. HEX triplet: F2, 33 and 22. RGB value is (242,51,34). Sum of RGB (Red+Green+Blue) = 242+51+34=327 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.01% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 34 (13.67% from 255 or 10.40% from 327); Max value from RGB is 242 - color contains mainly: red. Hex color #F23322 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23322 is #0DCCDD. Grayscale: #6A6A6A. Windows color (decimal): -904414 or 2241522. OLE color: 2241522.

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

Color convert

RGB 242 51 34 -
CMYK 0 0.79 0.86 0.05
HSL 4.9º 0.89% 0.54% -
HSV(B) 4.9º 0.86% 0.95% -
XYZ 38.09 21.36 3.63 -
YUV 106.17 87.28 224.88 -
System Red Green Blue C M Y K H S L
Decimal 242 51 34 0 0.79 0.86 0.05 4.9 0.89 0.54
Hex F2 33 22 0 4F 56 5 5 59 36
Octal 362 63 42 0 117 126 5 5 131 66
Binary 11110010 110011 100010 0 1001111 1010110 101 101 1011001 110110

Color Harmonies of #F23322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23322

Black with #F23322

Text Example


Text Example

White with #F23322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23322; }

 p { color: rgb(242,51,34); }

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

background-color css

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

 a { background-color: rgb(242,51,34); }

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

border-color css

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

 span { border-color: rgb(242,51,34); }

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