#F3B266

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

Shades of Rajah #F3B266

Tints of Rajah #F3B266

Color information

#F3B266 (or 0xF3B266) is unknown color: approx Rajah. HEX triplet: F3, B2 and 66. RGB value is (243,178,102). Sum of RGB (Red+Green+Blue) = 243+178+102=523 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.46% from 523); Green value is 178 (69.92% from 255 or 34.03% from 523); Blue value is 102 (40.23% from 255 or 19.50% from 523); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3B266 is #0C4D99. Grayscale: #BDBDBD. Windows color (decimal): -806298 or 6730483. OLE color: 6730483.

HSL color Cylindrical-coordinate representation of color #F3B266: hue angle of 32.34º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F3B266 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB243178102-
CMYK00.270.580.05
HSL32.34º85.45%67.65%-
HSV(B)32.34º58.02%95.29%-
XYZ55.2851.8519.67-
YUV188.7779.03166.68-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.46%
GREEN value IS 178 (69.92% from 255) = 34.03%
BLUE value IS 102 (40.23% from 255) = 19.50%
R=46.46%
G=34.03%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317810200.270.580.0532.3485.4567.65
HexF3B26601B3A5205544
Octal36326214603372540125104
Binary1111001110110010110011001101111101010110000010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B266; }

 p { color: rgb(243,178,102); }

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

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

 a { background-color: rgb(243,178,102); }

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

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

 span { border-color: rgb(243,178,102); }

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