#fb5c34

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

Shades of Outrageous Orange #FB5C34

Tints of Outrageous Orange #FB5C34

Color information

#FB5C34 (or 0xFB5C34) is unknown color: approx Outrageous Orange. HEX triplet: FB, 5C and 34. RGB value is (251,92,52). Sum of RGB (Red+Green+Blue) = 251+92+52=395 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.54% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 52 (20.70% from 255 or 13.16% from 395); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5C34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5C34 is #04A3CB. Grayscale: #878787. Windows color (decimal): -304076 or 3431675. OLE color: 3431675.

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

Color convert

RGB2519252-
CMYK00.630.790.02
HSL12.06º96.14%59.41%-
HSV(B)12.06º79.28%98.43%-
XYZ44.2328.416.4-
YUV134.9881.18210.75-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 63.54%
GREEN value IS 92 (36.33% from 255) = 23.29%
BLUE value IS 52 (20.70% from 255) = 13.16%
R=63.54%
G=23.29%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251925200.630.790.0212.0696.1459.41
HexFB5C3403F4F2c603b
Octal3731346407711721414073
Binary111110111011100110100011111110011111011001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fb5c34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fb5c34; }

 p { color: rgb(251,92,52); }

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

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

 a { background-color: rgb(251,92,52); }

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

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

 span { border-color: rgb(251,92,52); }

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