#FDB868

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

Shades of Rajah #FDB868

Tints of Rajah #FDB868

Color information

#FDB868 (or 0xFDB868) is unknown color: approx Rajah. HEX triplet: FD, B8 and 68. RGB value is (253,184,104). Sum of RGB (Red+Green+Blue) = 253+184+104=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 184 (72.27% from 255 or 34.01% from 541); Blue value is 104 (41.02% from 255 or 19.22% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB868 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB868 is #024797. Grayscale: #C3C3C3. Windows color (decimal): -149400 or 6863101. OLE color: 6863101.

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

Color convert

RGB253184104-
CMYK00.270.590.01
HSL32.21º97.39%70%-
HSV(B)32.21º58.89%99.22%-
XYZ60.1556.1620.77-
YUV195.5176.36169-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.77%
GREEN value IS 184 (72.27% from 255) = 34.01%
BLUE value IS 104 (41.02% from 255) = 19.22%
R=46.77%
G=34.01%
B=19.22%

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
Decimal25318410400.270.590.0132.2197.3970
HexFDB86801B3B1206146
Octal37527015003373140141106
Binary11111101101110001101000011011111011110000011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB868; }

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

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

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

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

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

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

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

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