#FFB469

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

Shades of Rajah #FFB469

Tints of Rajah #FFB469

Color information

#FFB469 (or 0xFFB469) is unknown color: approx Rajah. HEX triplet: FF, B4 and 69. RGB value is (255,180,105). Sum of RGB (Red+Green+Blue) = 255+180+105=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 180 (70.70% from 255 or 33.33% from 540); Blue value is 105 (41.41% from 255 or 19.44% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB469 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB469 is #004B96. Grayscale: #C2C2C2. Windows color (decimal): -19351 or 6927615. OLE color: 6927615.

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

Color convert

RGB255180105-
CMYK00.290.590
HSL30º100%70.59%-
HSV(B)30º58.82%100%-
XYZ60.1154.9220.8-
YUV193.8777.85171.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.22%
GREEN value IS 180 (70.70% from 255) = 33.33%
BLUE value IS 105 (41.41% from 255) = 19.44%
R=47.22%
G=33.33%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518010500.290.5903010070.59
HexFFB46901D3B01e6447
Octal37726415103573036144107
Binary1111111110110100110100101110111101101111011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB469; }

 p { color: rgb(255,180,105); }

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

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

 a { background-color: rgb(255,180,105); }

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

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

 span { border-color: rgb(255,180,105); }

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