#F23332

Color #F23332 Red Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Orange #F23332

Tints of Red Orange #F23332

Color information

#F23332 (or 0xF23332) is unknown color: approx Red Orange. HEX triplet: F2, 33 and 32. RGB value is (242,51,50). Sum of RGB (Red+Green+Blue) = 242+51+50=343 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.55% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 242 - color contains mainly: red. Hex color #F23332 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23332 is #0DCCCD. Grayscale: #6C6C6C. Windows color (decimal): -904398 or 3290098. OLE color: 3290098.

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

Color convert

RGB2425150-
CMYK00.790.790.05
HSL0.31º88.07%57.25%-
HSV(B)0.31º79.34%94.9%-
XYZ38.3821.485.14-
YUV10895.28223.58-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 70.55%
GREEN value IS 51 (20.31% from 255) = 14.87%
BLUE value IS 50 (19.92% from 255) = 14.58%
R=70.55%
G=14.87%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242515000.790.790.050.3188.0757.25
HexF2333204F4F505839
Octal362636201171175013071
Binary1111001011001111001001001111100111110101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23332; }

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

 H1.HeaderClassName
 {
   color: #F23332;
 }
 .AnyTagClassName
 {
   color: #F23332;
 }
</style>
background-color css

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

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

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

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

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

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