#FBB268

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

Shades of Rajah #FBB268

Tints of Rajah #FBB268

Color information

#FBB268 (or 0xFBB268) is unknown color: approx Rajah. HEX triplet: FB, B2 and 68. RGB value is (251,178,104). Sum of RGB (Red+Green+Blue) = 251+178+104=533 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.09% from 533); Green value is 178 (69.92% from 255 or 33.40% from 533); Blue value is 104 (41.02% from 255 or 19.51% from 533); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBB268 is #044D97. Grayscale: #BFBFBF. Windows color (decimal): -282008 or 6861563. OLE color: 6861563.

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

Color convert

RGB251178104-
CMYK00.290.590.02
HSL30.2º94.84%69.61%-
HSV(B)30.2º58.57%98.43%-
XYZ58.253.3520.33-
YUV191.3978.68170.52-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.09%
GREEN value IS 178 (69.92% from 255) = 33.40%
BLUE value IS 104 (41.02% from 255) = 19.51%
R=47.09%
G=33.40%
B=19.51%

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
Decimal25117810400.290.590.0230.294.8469.61
HexFBB26801D3B21e5f46
Octal37326215003573236137106
Binary11111011101100101101000011101111011101111010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB268; }

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

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

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

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

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

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

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

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