#FBB068

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

Shades of Rajah #FBB068

Tints of Rajah #FBB068

Color information

#FBB068 (or 0xFBB068) is unknown color: approx Rajah. HEX triplet: FB, B0 and 68. RGB value is (251,176,104). Sum of RGB (Red+Green+Blue) = 251+176+104=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 104 (41.02% from 255 or 19.59% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB068 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBB068 is #044F97. Grayscale: #BEBEBE. Windows color (decimal): -282520 or 6861051. OLE color: 6861051.

HSL color Cylindrical-coordinate representation of color #FBB068: hue angle of 29.39º 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 #FBB068 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB251176104-
CMYK00.300.590.02
HSL29.39º94.84%69.61%-
HSV(B)29.39º58.57%98.43%-
XYZ57.8152.5620.19-
YUV190.2279.35171.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.27%
GREEN value IS 176 (69.14% from 255) = 33.15%
BLUE value IS 104 (41.02% from 255) = 19.59%
R=47.27%
G=33.15%
B=19.59%

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
Decimal25117610400.300.590.0229.3994.8469.61
HexFBB06801E3B21d5f46
Octal37326015003673235137106
Binary11111011101100001101000011110111011101110110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB068; }

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

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

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

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

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

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

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

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