#FFB768

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

Shades of Rajah #FFB768

Tints of Rajah #FFB768

Color information

#FFB768 (or 0xFFB768) is unknown color: approx Rajah. HEX triplet: FF, B7 and 68. RGB value is (255,183,104). Sum of RGB (Red+Green+Blue) = 255+183+104=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 183 (71.88% from 255 or 33.76% from 542); Blue value is 104 (41.02% from 255 or 19.19% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB768 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB768 is #004897. Grayscale: #C3C3C3. Windows color (decimal): -18584 or 6862847. OLE color: 6862847.

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

Color convert

RGB255183104-
CMYK00.280.590
HSL31.39º100%70.39%-
HSV(B)31.39º59.22%100%-
XYZ60.6756.1320.73-
YUV195.5276.35170.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.05%
GREEN value IS 183 (71.88% from 255) = 33.76%
BLUE value IS 104 (41.02% from 255) = 19.19%
R=47.05%
G=33.76%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518310400.280.59031.3910070.39
HexFFB76801C3B01f6446
Octal37726715003473037144106
Binary1111111110110111110100001110011101101111111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB768; }

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

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

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

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

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

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

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

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