#FB3C35

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

Shades of Red Orange #FB3C35

Tints of Red Orange #FB3C35

Color information

#FB3C35 (or 0xFB3C35) is unknown color: approx Red Orange. HEX triplet: FB, 3C and 35. RGB value is (251,60,53). Sum of RGB (Red+Green+Blue) = 251+60+53=364 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.96% from 364); Green value is 60 (23.83% from 255 or 16.48% from 364); Blue value is 53 (21.09% from 255 or 14.56% from 364); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3C35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3C35 is #04C3CA. Grayscale: #747474. Windows color (decimal): -312267 or 3489019. OLE color: 3489019.

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

Color convert

RGB2516053-
CMYK00.760.790.02
HSL2.12º96.12%59.61%-
HSV(B)2.12º78.88%98.43%-
XYZ42.04245.78-
YUV116.3192.28224.07-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 68.96%
GREEN value IS 60 (23.83% from 255) = 16.48%
BLUE value IS 53 (21.09% from 255) = 14.56%
R=68.96%
G=16.48%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251605300.760.790.022.1296.1259.61
HexFB3C3504C4F22603c
Octal373746501141172214074
Binary1111101111110011010101001100100111110101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB3C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB3C35; }

 p { color: rgb(251,60,53); }

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

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

 a { background-color: rgb(251,60,53); }

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

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

 span { border-color: rgb(251,60,53); }

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