Html Css Color HEX #F23220 Red Orange

📋 copy color: '#F23220'

red 242 ◦ green 50 ◦ blue 32

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

Shades of Red Orange #F23220

Tints of Red Orange #F23220

RGB

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

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

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

R = 74.69%
G = 15.43%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F23220 (or 0xF23220) is known color: Red Orange. HEX triplet: F2, 32 and 20. RGB value is (242,50,32). Sum of RGB (Red+Green+Blue) = 242+50+32=324 (42% of max value = 765). Red value is 242 (94.92% from 255 or 74.69% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 32 (12.89% from 255 or 9.88% from 324); Max value from RGB is 242 - color contains mainly: red. Hex color #F23220 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23220 is #0DCDDF. Grayscale: #696969. Windows color (decimal): -904672 or 2110194. OLE color: 2110194.

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

Color convert

RGB 242 50 32 -
CMYK 0 0.79 0.87 0.05
HSL 5.14º 0.89% 0.54% -
HSV(B) 5.14º 0.87% 0.95% -
XYZ 38.02 21.26 3.47 -
YUV 105.36 86.61 225.46 -
System Red Green Blue C M Y K H S L
Decimal 242 50 32 0 0.79 0.87 0.05 5.14 0.89 0.54
Hex F2 32 20 0 4F 57 5 5 59 36
Octal 362 62 40 0 117 127 5 5 131 66
Binary 11110010 110010 100000 0 1001111 1010111 101 101 1011001 110110

Color Harmonies of #F23220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23220

Black with #F23220

Text Example


Text Example

White with #F23220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23220; }

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

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

background-color css

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

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

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

border-color css

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

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

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