#FFB960

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

Shades of Rajah #FFB960

Tints of Rajah #FFB960

Color information

#FFB960 (or 0xFFB960) is unknown color: approx Rajah. HEX triplet: FF, B9 and 60. RGB value is (255,185,96). Sum of RGB (Red+Green+Blue) = 255+185+96=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 96 (37.89% from 255 or 17.91% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB960 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB960 is #00469F. Grayscale: #C4C4C4. Windows color (decimal): -18080 or 6339071. OLE color: 6339071.

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

Color convert

RGB25518596-
CMYK00.270.620
HSL33.58º100%68.82%-
HSV(B)33.58º62.35%100%-
XYZ60.756.818.83-
YUV195.7871.69170.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.57%
GREEN value IS 185 (72.66% from 255) = 34.51%
BLUE value IS 96 (37.89% from 255) = 17.91%
R=47.57%
G=34.51%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551859600.270.62033.5810068.82
HexFFB96001B3E0226445
Octal37727114003376042144105
Binary11111111101110011100000011011111110010001011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB960; }

 p { color: rgb(255,185,96); }

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

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

 a { background-color: rgb(255,185,96); }

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

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

 span { border-color: rgb(255,185,96); }

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