#FBB368

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

Shades of Rajah #FBB368

Tints of Rajah #FBB368

Color information

#FBB368 (or 0xFBB368) is unknown color: approx Rajah. HEX triplet: FB, B3 and 68. RGB value is (251,179,104). Sum of RGB (Red+Green+Blue) = 251+179+104=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 179 (70.31% from 255 or 33.52% from 534); Blue value is 104 (41.02% from 255 or 19.48% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB368 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBB368 is #044C97. Grayscale: #C0C0C0. Windows color (decimal): -281752 or 6861819. OLE color: 6861819.

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

Color convert

RGB251179104-
CMYK00.290.590.02
HSL30.61º94.84%69.61%-
HSV(B)30.61º58.57%98.43%-
XYZ58.453.7520.39-
YUV191.9878.35170.1-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.00%
GREEN value IS 179 (70.31% from 255) = 33.52%
BLUE value IS 104 (41.02% from 255) = 19.48%
R=47.00%
G=33.52%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117910400.290.590.0230.6194.8469.61
HexFBB36801D3B21f5f46
Octal37326315003573237137106
Binary11111011101100111101000011101111011101111110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB368; }

 p { color: rgb(251,179,104); }

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

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

 a { background-color: rgb(251,179,104); }

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

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

 span { border-color: rgb(251,179,104); }

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