#F24334

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

Shades of Red Orange #F24334

Tints of Red Orange #F24334

Color information

#F24334 (or 0xF24334) is unknown color: approx Red Orange. HEX triplet: F2, 43 and 34. RGB value is (242,67,52). Sum of RGB (Red+Green+Blue) = 242+67+52=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 52 (20.70% from 255 or 14.40% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F24334 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24334 is #0DBCCB. Grayscale: #757575. Windows color (decimal): -900300 or 3425266. OLE color: 3425266.

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

Color convert

RGB2426752-
CMYK00.720.790.05
HSL4.74º87.96%57.65%-
HSV(B)4.74º78.51%94.9%-
XYZ39.2423.145.65-
YUV117.6290.98216.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 67.04%
GREEN value IS 67 (26.56% from 255) = 18.56%
BLUE value IS 52 (20.70% from 255) = 14.40%
R=67.04%
G=18.56%
B=14.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242675200.720.790.054.7487.9657.65
HexF243340484F55583a
Octal3621036401101175513072
Binary1111001010000111101000100100010011111011011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24334; }

 p { color: rgb(242,67,52); }

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

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

 a { background-color: rgb(242,67,52); }

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

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

 span { border-color: rgb(242,67,52); }

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