#FBB461

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

Shades of Rajah #FBB461

Tints of Rajah #FBB461

Color information

#FBB461 (or 0xFBB461) is unknown color: approx Rajah. HEX triplet: FB, B4 and 61. RGB value is (251,180,97). Sum of RGB (Red+Green+Blue) = 251+180+97=528 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.54% from 528); Green value is 180 (70.70% from 255 or 34.09% from 528); Blue value is 97 (38.28% from 255 or 18.37% from 528); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB461 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBB461 is #044B9E. Grayscale: #C0C0C0. Windows color (decimal): -281503 or 6403323. OLE color: 6403323.

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

Color convert

RGB25118097-
CMYK00.280.610.02
HSL32.34º95.06%68.24%-
HSV(B)32.34º61.35%98.43%-
XYZ58.2654.0118.66-
YUV191.7774.52170.25-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.54%
GREEN value IS 180 (70.70% from 255) = 34.09%
BLUE value IS 97 (38.28% from 255) = 18.37%
R=47.54%
G=34.09%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511809700.280.610.0232.3495.0668.24
HexFBB46101C3D2205f44
Octal37326414103475240137104
Binary111110111011010011000010111001111011010000010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB461; }

 p { color: rgb(251,180,97); }

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

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

 a { background-color: rgb(251,180,97); }

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

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

 span { border-color: rgb(251,180,97); }

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