#FBA85F

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

Shades of Rajah #FBA85F

Tints of Rajah #FBA85F

Color information

#FBA85F (or 0xFBA85F) is unknown color: approx Rajah. HEX triplet: FB, A8 and 5F. RGB value is (251,168,95). Sum of RGB (Red+Green+Blue) = 251+168+95=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 168 (66.02% from 255 or 32.68% from 514); Blue value is 95 (37.5% from 255 or 18.48% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA85F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA85F is #0457A0. Grayscale: #B8B8B8. Windows color (decimal): -284577 or 6269179. OLE color: 6269179.

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

Color convert

RGB25116895-
CMYK00.330.620.02
HSL28.08º95.12%67.84%-
HSV(B)28.08º62.15%98.43%-
XYZ55.8549.3417.41-
YUV184.577.5175.44-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.83%
GREEN value IS 168 (66.02% from 255) = 32.68%
BLUE value IS 95 (37.5% from 255) = 18.48%
R=48.83%
G=32.68%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511689500.330.620.0228.0895.1267.84
HexFBA85F0213E21c5f44
Octal37325013704176234137104
Binary111110111010100010111110100001111110101110010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA85F; }

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

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

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

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

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

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

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

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