#F2302B

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

Shades of Red Orange #F2302B

Tints of Red Orange #F2302B

Color information

#F2302B (or 0xF2302B) is unknown color: approx Red Orange. HEX triplet: F2, 30 and 2B. RGB value is (242,48,43). Sum of RGB (Red+Green+Blue) = 242+48+43=333 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.67% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 43 (17.19% from 255 or 12.91% from 333); Max value from RGB is 242 - color contains mainly: red. Hex color #F2302B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2302B is #0DCFD4. Grayscale: #696969. Windows color (decimal): -905173 or 2830578. OLE color: 2830578.

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

Color convert

RGB2424843-
CMYK00.800.820.05
HSL1.51º88.44%55.88%-
HSV(B)1.51º82.23%94.9%-
XYZ38.1121.174.36-
YUV105.4492.77225.41-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 72.67%
GREEN value IS 48 (19.14% from 255) = 14.41%
BLUE value IS 43 (17.19% from 255) = 12.91%
R=72.67%
G=14.41%
B=12.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.82
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242484300.800.820.051.5188.4455.88
HexF2302B05052525838
Octal362605301201225213070
Binary11110010110000101011010100001010010101101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2302B; }

 p { color: rgb(242,48,43); }

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

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

 a { background-color: rgb(242,48,43); }

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

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

 span { border-color: rgb(242,48,43); }

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