#FBA85B

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

Shades of Rajah #FBA85B

Tints of Rajah #FBA85B

Color information

#FBA85B (or 0xFBA85B) is unknown color: approx Rajah. HEX triplet: FB, A8 and 5B. RGB value is (251,168,91). Sum of RGB (Red+Green+Blue) = 251+168+91=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 168 (66.02% from 255 or 32.94% from 510); Blue value is 91 (35.94% from 255 or 17.84% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA85B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA85B is #0457A4. Grayscale: #B8B8B8. Windows color (decimal): -284581 or 6007035. OLE color: 6007035.

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

Color convert

RGB25116891-
CMYK00.330.640.02
HSL28.88º95.24%67.06%-
HSV(B)28.88º63.75%98.43%-
XYZ55.6749.2716.47-
YUV184.0475.5175.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.22%
GREEN value IS 168 (66.02% from 255) = 32.94%
BLUE value IS 91 (35.94% from 255) = 17.84%
R=49.22%
G=32.94%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511689100.330.640.0228.8895.2467.06
HexFBA85B0214021d5f43
Octal373250133041100235137103
Binary1111101110101000101101101000011000000101110110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA85B; }

 p { color: rgb(251,168,91); }

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

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

 a { background-color: rgb(251,168,91); }

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

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

 span { border-color: rgb(251,168,91); }

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