#F23231

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

Shades of Red Orange #F23231

Tints of Red Orange #F23231

Color information

#F23231 (or 0xF23231) is unknown color: approx Red Orange. HEX triplet: F2, 32 and 31. RGB value is (242,50,49). Sum of RGB (Red+Green+Blue) = 242+50+49=341 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.97% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 49 (19.53% from 255 or 14.37% from 341); Max value from RGB is 242 - color contains mainly: red. Hex color #F23231 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23231 is #0DCDCE. Grayscale: #6B6B6B. Windows color (decimal): -904655 or 3224306. OLE color: 3224306.

HSL color Cylindrical-coordinate representation of color #F23231: 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.8%. Process color model (Four color, CMYK) of #F23231 is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB2425049-
CMYK00.790.800.05
HSL0.31º88.13%57.06%-
HSV(B)0.31º79.75%94.9%-
XYZ38.3121.385.01-
YUV107.2995.11224.08-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 70.97%
GREEN value IS 50 (19.92% from 255) = 14.66%
BLUE value IS 49 (19.53% from 255) = 14.37%
R=70.97%
G=14.66%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242504900.790.800.050.3188.1357.06
HexF2323104F50505839
Octal362626101171205013071
Binary1111001011001011000101001111101000010101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23231; }

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

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

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

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

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

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

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

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