#FDBA68

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

Shades of Rajah #FDBA68

Tints of Rajah #FDBA68

Color information

#FDBA68 (or 0xFDBA68) is unknown color: approx Rajah. HEX triplet: FD, BA and 68. RGB value is (253,186,104). Sum of RGB (Red+Green+Blue) = 253+186+104=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 104 (41.02% from 255 or 19.15% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBA68 is #024597. Grayscale: #C5C5C5. Windows color (decimal): -148888 or 6863613. OLE color: 6863613.

HSL color Cylindrical-coordinate representation of color #FDBA68: hue angle of 33.02º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FDBA68 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB253186104-
CMYK00.260.590.01
HSL33.02º97.39%70%-
HSV(B)33.02º58.89%99.22%-
XYZ60.575720.91-
YUV196.6875.7168.17-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.59%
GREEN value IS 186 (73.05% from 255) = 34.25%
BLUE value IS 104 (41.02% from 255) = 19.15%
R=46.59%
G=34.25%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318610400.260.590.0133.0297.3970
HexFDBA6801A3B1216146
Octal37527215003273141141106
Binary11111101101110101101000011010111011110000111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBA68; }

 p { color: rgb(253,186,104); }

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

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

 a { background-color: rgb(253,186,104); }

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

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

 span { border-color: rgb(253,186,104); }

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