Html Css Color HEX #F23224 Red Orange

📋 copy color: '#F23224'

red 242 ◦ green 50 ◦ blue 36

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

Shades of Red Orange #F23224

Tints of Red Orange #F23224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.98%

R = 73.78%
G = 15.24%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F23224 (or 0xF23224) is known color: Red Orange. HEX triplet: F2, 32 and 24. RGB value is (242,50,36). Sum of RGB (Red+Green+Blue) = 242+50+36=328 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.78% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 36 (14.45% from 255 or 10.98% from 328); Max value from RGB is 242 - color contains mainly: red. Hex color #F23224 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23224 is #0DCDDB. Grayscale: #6A6A6A. Windows color (decimal): -904668 or 2372338. OLE color: 2372338.

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

Color convert

RGB 242 50 36 -
CMYK 0 0.79 0.85 0.05
HSL 4.08º 0.89% 0.55% -
HSV(B) 4.08º 0.85% 0.95% -
XYZ 38.08 21.29 3.77 -
YUV 105.81 88.61 225.14 -
System Red Green Blue C M Y K H S L
Decimal 242 50 36 0 0.79 0.85 0.05 4.08 0.89 0.55
Hex F2 32 24 0 4F 55 5 4 59 37
Octal 362 62 44 0 117 125 5 4 131 67
Binary 11110010 110010 100100 0 1001111 1010101 101 100 1011001 110111

Color Harmonies of #F23224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23224

Black with #F23224

Text Example


Text Example

White with #F23224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23224; }

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

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

background-color css

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

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

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

border-color css

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

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

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