#FFB265

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

Shades of Rajah #FFB265

Tints of Rajah #FFB265

Color information

#FFB265 (or 0xFFB265) is unknown color: approx Rajah. HEX triplet: FF, B2 and 65. RGB value is (255,178,101). Sum of RGB (Red+Green+Blue) = 255+178+101=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 101 (39.84% from 255 or 18.91% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB265 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB265 is #004D9A. Grayscale: #C0C0C0. Windows color (decimal): -19867 or 6664959. OLE color: 6664959.

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

Color convert

RGB255178101-
CMYK00.300.600
HSL30º100%69.8%-
HSV(B)30º60.39%100%-
XYZ59.5154.0419.61-
YUV192.2476.51172.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.75%
GREEN value IS 178 (69.92% from 255) = 33.33%
BLUE value IS 101 (39.84% from 255) = 18.91%
R=47.75%
G=33.33%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517810100.300.6003010069.8
HexFFB26501E3C01e6446
Octal37726214503674036144106
Binary1111111110110010110010101111011110001111011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB265; }

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

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

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

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

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

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

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

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