#FFB366

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

Shades of Rajah #FFB366

Tints of Rajah #FFB366

Color information

#FFB366 (or 0xFFB366) is unknown color: approx Rajah. HEX triplet: FF, B3 and 66. RGB value is (255,179,102). Sum of RGB (Red+Green+Blue) = 255+179+102=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 179 (70.31% from 255 or 33.40% from 536); Blue value is 102 (40.23% from 255 or 19.03% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB366 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB366 is #004C99. Grayscale: #C1C1C1. Windows color (decimal): -19610 or 6730751. OLE color: 6730751.

HSL color Cylindrical-coordinate representation of color #FFB366: hue angle of 30.2º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFB366 is Cyan = 0, Magento = 0.30, Yellow = 0.6 and Black (K on CMYK) = 0.

Color convert

RGB255179102-
CMYK00.300.60
HSL30.2º100%70%-
HSV(B)30.2º60%100%-
XYZ59.7654.4619.93-
YUV192.9576.68172.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.57%
GREEN value IS 179 (70.31% from 255) = 33.40%
BLUE value IS 102 (40.23% from 255) = 19.03%
R=47.57%
G=33.40%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517910200.300.6030.210070
HexFFB36601E3C01e6446
Octal37726314603674036144106
Binary1111111110110011110011001111011110001111011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB366; }

 p { color: rgb(255,179,102); }

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

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

 a { background-color: rgb(255,179,102); }

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

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

 span { border-color: rgb(255,179,102); }

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