#FBB05E

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

Shades of Rajah #FBB05E

Tints of Rajah #FBB05E

Color information

#FBB05E (or 0xFBB05E) is unknown color: approx Rajah. HEX triplet: FB, B0 and 5E. RGB value is (251,176,94). Sum of RGB (Red+Green+Blue) = 251+176+94=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 94 (37.11% from 255 or 18.04% from 521); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB05E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBB05E is #044FA1. Grayscale: #BDBDBD. Windows color (decimal): -282530 or 6205691. OLE color: 6205691.

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

Color convert

RGB25117694-
CMYK00.300.630.02
HSL31.34º95.15%67.65%-
HSV(B)31.34º62.55%98.43%-
XYZ57.3352.3717.68-
YUV189.0874.35172.17-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.18%
GREEN value IS 176 (69.14% from 255) = 33.78%
BLUE value IS 94 (37.11% from 255) = 18.04%
R=48.18%
G=33.78%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511769400.300.630.0231.3495.1567.65
HexFBB05E01E3F21f5f44
Octal37326013603677237137104
Binary11111011101100001011110011110111111101111110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB05E; }

 p { color: rgb(251,176,94); }

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

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

 a { background-color: rgb(251,176,94); }

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

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

 span { border-color: rgb(251,176,94); }

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