#FFB066

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

Shades of Rajah #FFB066

Tints of Rajah #FFB066

Color information

#FFB066 (or 0xFFB066) is unknown color: approx Rajah. HEX triplet: FF, B0 and 66. RGB value is (255,176,102). Sum of RGB (Red+Green+Blue) = 255+176+102=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 102 (40.23% from 255 or 19.14% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB066 is #004F99. Grayscale: #BFBFBF. Windows color (decimal): -20378 or 6729983. OLE color: 6729983.

HSL color Cylindrical-coordinate representation of color #FFB066: hue angle of 29.02º 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 #FFB066 is Cyan = 0, Magento = 0.31, Yellow = 0.6 and Black (K on CMYK) = 0.

Color convert

RGB255176102-
CMYK00.310.60
HSL29.02º100%70%-
HSV(B)29.02º60%100%-
XYZ59.1653.2719.73-
YUV191.1877.67173.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.84%
GREEN value IS 176 (69.14% from 255) = 33.02%
BLUE value IS 102 (40.23% from 255) = 19.14%
R=47.84%
G=33.02%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517610200.310.6029.0210070
HexFFB06601F3C01d6446
Octal37726014603774035144106
Binary1111111110110000110011001111111110001110111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB066; }

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

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

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

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

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

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

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

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