#FFB965

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

Shades of Rajah #FFB965

Tints of Rajah #FFB965

Color information

#FFB965 (or 0xFFB965) is unknown color: approx Rajah. HEX triplet: FF, B9 and 65. RGB value is (255,185,101). Sum of RGB (Red+Green+Blue) = 255+185+101=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 101 (39.84% from 255 or 18.67% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB965 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB965 is #00469A. Grayscale: #C4C4C4. Windows color (decimal): -18075 or 6666751. OLE color: 6666751.

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

Color convert

RGB255185101-
CMYK00.270.600
HSL32.73º100%69.8%-
HSV(B)32.73º60.39%100%-
XYZ60.9456.920.08-
YUV196.3574.19169.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.13%
GREEN value IS 185 (72.66% from 255) = 34.20%
BLUE value IS 101 (39.84% from 255) = 18.67%
R=47.13%
G=34.20%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.60
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518510100.270.60032.7310069.8
HexFFB96501B3C0216446
Octal37727114503374041144106
Binary11111111101110011100101011011111100010000111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB965; }

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

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

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

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

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

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

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

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