#FA4233

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

Shades of Red Orange #FA4233

Tints of Red Orange #FA4233

Color information

#FA4233 (or 0xFA4233) is unknown color: approx Red Orange. HEX triplet: FA, 42 and 33. RGB value is (250,66,51). Sum of RGB (Red+Green+Blue) = 250+66+51=367 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.12% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 51 (20.31% from 255 or 13.90% from 367); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4233 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4233 is #05BDCC. Grayscale: #777777. Windows color (decimal): -376269 or 3359482. OLE color: 3359482.

HSL color Cylindrical-coordinate representation of color #FA4233: hue angle of 4.52º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA4233 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB2506651-
CMYK00.740.800.02
HSL4.52º95.22%59.02%-
HSV(B)4.52º79.6%98.04%-
XYZ41.9724.465.64-
YUV119.3189.46221.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 68.12%
GREEN value IS 66 (26.17% from 255) = 17.98%
BLUE value IS 51 (20.31% from 255) = 13.90%
R=68.12%
G=17.98%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.80
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250665100.740.800.024.5295.2259.02
HexFA423304A50255f3b
Octal3721026301121202513773
Binary111110101000010110011010010101010000101011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4233; }

 p { color: rgb(250,66,51); }

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

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

 a { background-color: rgb(250,66,51); }

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

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

 span { border-color: rgb(250,66,51); }

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