#FBB269

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

Shades of Rajah #FBB269

Tints of Rajah #FBB269

Color information

#FBB269 (or 0xFBB269) is unknown color: approx Rajah. HEX triplet: FB, B2 and 69. RGB value is (251,178,105). Sum of RGB (Red+Green+Blue) = 251+178+105=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 105 (41.41% from 255 or 19.66% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB269 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBB269 is #044D96. Grayscale: #BFBFBF. Windows color (decimal): -282007 or 6927099. OLE color: 6927099.

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

Color convert

RGB251178105-
CMYK00.290.580.02
HSL30º94.81%69.8%-
HSV(B)30º58.17%98.43%-
XYZ58.2553.3720.6-
YUV191.579.18170.44-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.00%
GREEN value IS 178 (69.92% from 255) = 33.33%
BLUE value IS 105 (41.41% from 255) = 19.66%
R=47.00%
G=33.33%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117810500.290.580.023094.8169.8
HexFBB26901D3A21e5f46
Octal37326215103572236137106
Binary11111011101100101101001011101111010101111010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB269; }

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

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

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

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

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

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

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

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