#FDB968

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

Shades of Rajah #FDB968

Tints of Rajah #FDB968

Color information

#FDB968 (or 0xFDB968) is unknown color: approx Rajah. HEX triplet: FD, B9 and 68. RGB value is (253,185,104). Sum of RGB (Red+Green+Blue) = 253+185+104=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 104 (41.02% from 255 or 19.19% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB968 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB968 is #024697. Grayscale: #C4C4C4. Windows color (decimal): -149144 or 6863357. OLE color: 6863357.

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

Color convert

RGB253185104-
CMYK00.270.590.01
HSL32.62º97.39%70%-
HSV(B)32.62º58.89%99.22%-
XYZ60.3656.5820.84-
YUV196.176.03168.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.68%
GREEN value IS 185 (72.66% from 255) = 34.13%
BLUE value IS 104 (41.02% from 255) = 19.19%
R=46.68%
G=34.13%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318510400.270.590.0132.6297.3970
HexFDB96801B3B1216146
Octal37527115003373141141106
Binary11111101101110011101000011011111011110000111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB968; }

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

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

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

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

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

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

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

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