#FCB26B

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

Shades of Rajah #FCB26B

Tints of Rajah #FCB26B

Color information

#FCB26B (or 0xFCB26B) is unknown color: approx Rajah. HEX triplet: FC, B2 and 6B. RGB value is (252,178,107). Sum of RGB (Red+Green+Blue) = 252+178+107=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 107 (42.19% from 255 or 19.93% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB26B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB26B is #034D94. Grayscale: #C0C0C0. Windows color (decimal): -216469 or 7058172. OLE color: 7058172.

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

Color convert

RGB252178107-
CMYK00.290.580.01
HSL29.38º96.03%70.39%-
HSV(B)29.38º57.54%98.82%-
XYZ58.7253.621.16-
YUV192.0380.02170.77-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.93%
GREEN value IS 178 (69.92% from 255) = 33.15%
BLUE value IS 107 (42.19% from 255) = 19.93%
R=46.93%
G=33.15%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217810700.290.580.0129.3896.0370.39
HexFCB26B01D3A11d6046
Octal37426215303572135140106
Binary1111110010110010110101101110111101011110111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB26B; }

 p { color: rgb(252,178,107); }

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

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

 a { background-color: rgb(252,178,107); }

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

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

 span { border-color: rgb(252,178,107); }

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