#FBB067

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

Shades of Rajah #FBB067

Tints of Rajah #FBB067

Color information

#FBB067 (or 0xFBB067) is unknown color: approx Rajah. HEX triplet: FB, B0 and 67. RGB value is (251,176,103). Sum of RGB (Red+Green+Blue) = 251+176+103=530 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.36% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 103 (40.62% from 255 or 19.43% from 530); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB067 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBB067 is #044F98. Grayscale: #BEBEBE. Windows color (decimal): -282521 or 6795515. OLE color: 6795515.

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

Color convert

RGB251176103-
CMYK00.300.590.02
HSL29.59º94.87%69.41%-
HSV(B)29.59º58.96%98.43%-
XYZ57.7652.5419.93-
YUV190.178.85171.44-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.36%
GREEN value IS 176 (69.14% from 255) = 33.21%
BLUE value IS 103 (40.62% from 255) = 19.43%
R=47.36%
G=33.21%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117610300.300.590.0229.5994.8769.41
HexFBB06701E3B21e5f45
Octal37326014703673236137105
Binary11111011101100001100111011110111011101111010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB067; }

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

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

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

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

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

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

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

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