#ffb065

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

Shades of Rajah #FFB065

Tints of Rajah #FFB065

Color information

#FFB065 (or 0xFFB065) is unknown color: approx Rajah. HEX triplet: FF, B0 and 65. RGB value is (255,176,101). Sum of RGB (Red+Green+Blue) = 255+176+101=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 101 (39.84% from 255 or 18.98% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB065 is #004F9A. Grayscale: #BFBFBF. Windows color (decimal): -20379 or 6664447. OLE color: 6664447.

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

Color convert

RGB255176101-
CMYK00.310.600
HSL29.22º100%69.8%-
HSV(B)29.22º60.39%100%-
XYZ59.1153.2519.47-
YUV191.0777.17173.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.93%
GREEN value IS 176 (69.14% from 255) = 33.08%
BLUE value IS 101 (39.84% from 255) = 18.98%
R=47.93%
G=33.08%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.60
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517610100.310.60029.2210069.8
HexFFB06501F3C01d6446
Octal37726014503774035144106
Binary1111111110110000110010101111111110001110111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffb065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffb065; }

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

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

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

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

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

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

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

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