#FB542F

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

Shades of Outrageous Orange #FB542F

Tints of Outrageous Orange #FB542F

Color information

#FB542F (or 0xFB542F) is unknown color: approx Outrageous Orange. HEX triplet: FB, 54 and 2F. RGB value is (251,84,47). Sum of RGB (Red+Green+Blue) = 251+84+47=382 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.71% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 47 (18.75% from 255 or 12.30% from 382); Max value from RGB is 251 - color contains mainly: red. Hex color #FB542F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB542F is #04ABD0. Grayscale: #828282. Windows color (decimal): -306129 or 3101947. OLE color: 3101947.

HSL color Cylindrical-coordinate representation of color #FB542F: hue angle of 10.88º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB542F is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB2518447-
CMYK00.670.810.02
HSL10.88º96.23%58.43%-
HSV(B)10.88º81.27%98.43%-
XYZ43.4727.065.62-
YUV129.7281.33214.51-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 65.71%
GREEN value IS 84 (33.20% from 255) = 21.99%
BLUE value IS 47 (18.75% from 255) = 12.30%
R=65.71%
G=21.99%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.81
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251844700.670.810.0210.8896.2358.43
HexFB542F043512b603a
Octal37312457010312121314072
Binary1111101110101001011110100001110100011010111100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB542F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB542F; }

 p { color: rgb(251,84,47); }

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

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

 a { background-color: rgb(251,84,47); }

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

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

 span { border-color: rgb(251,84,47); }

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