#FBB26A

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

Shades of Rajah #FBB26A

Tints of Rajah #FBB26A

Color information

#FBB26A (or 0xFBB26A) is unknown color: approx Rajah. HEX triplet: FB, B2 and 6A. RGB value is (251,178,106). Sum of RGB (Red+Green+Blue) = 251+178+106=535 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.92% from 535); Green value is 178 (69.92% from 255 or 33.27% from 535); Blue value is 106 (41.80% from 255 or 19.81% from 535); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB26A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBB26A is #044D95. Grayscale: #BFBFBF. Windows color (decimal): -282006 or 6992635. OLE color: 6992635.

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

Color convert

RGB251178106-
CMYK00.290.580.02
HSL29.79º94.77%70%-
HSV(B)29.79º57.77%98.43%-
XYZ58.3153.3920.87-
YUV191.6279.68170.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.92%
GREEN value IS 178 (69.92% from 255) = 33.27%
BLUE value IS 106 (41.80% from 255) = 19.81%
R=46.92%
G=33.27%
B=19.81%

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
Decimal25117810600.290.580.0229.7994.7770
HexFBB26A01D3A21e5f46
Octal37326215203572236137106
Binary11111011101100101101010011101111010101111010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB26A; }

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

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

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

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

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

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

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

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