#FFB468

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

Shades of Rajah #FFB468

Tints of Rajah #FFB468

Color information

#FFB468 (or 0xFFB468) is unknown color: approx Rajah. HEX triplet: FF, B4 and 68. RGB value is (255,180,104). Sum of RGB (Red+Green+Blue) = 255+180+104=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 104 (41.02% from 255 or 19.29% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB468 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB468 is #004B97. Grayscale: #C2C2C2. Windows color (decimal): -19352 or 6862079. OLE color: 6862079.

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

Color convert

RGB255180104-
CMYK00.290.590
HSL30.2º100%70.39%-
HSV(B)30.2º59.22%100%-
XYZ60.0654.920.53-
YUV193.7677.35171.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.31%
GREEN value IS 180 (70.70% from 255) = 33.40%
BLUE value IS 104 (41.02% from 255) = 19.29%
R=47.31%
G=33.40%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518010400.290.59030.210070.39
HexFFB46801D3B01e6446
Octal37726415003573036144106
Binary1111111110110100110100001110111101101111011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB468; }

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

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

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

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

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

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

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

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