#FDB869

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

Shades of Rajah #FDB869

Tints of Rajah #FDB869

Color information

#FDB869 (or 0xFDB869) is unknown color: approx Rajah. HEX triplet: FD, B8 and 69. RGB value is (253,184,105). Sum of RGB (Red+Green+Blue) = 253+184+105=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 184 (72.27% from 255 or 33.95% from 542); Blue value is 105 (41.41% from 255 or 19.37% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB869 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB869 is #024796. Grayscale: #C4C4C4. Windows color (decimal): -149399 or 6928637. OLE color: 6928637.

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

Color convert

RGB253184105-
CMYK00.270.580.01
HSL32.03º97.37%70.2%-
HSV(B)32.03º58.5%99.22%-
XYZ60.256.1821.04-
YUV195.6276.86168.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.68%
GREEN value IS 184 (72.27% from 255) = 33.95%
BLUE value IS 105 (41.41% from 255) = 19.37%
R=46.68%
G=33.95%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318410500.270.580.0132.0397.3770.2
HexFDB86901B3A1206146
Octal37527015103372140141106
Binary11111101101110001101001011011111010110000011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB869; }

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

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

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

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

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

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

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

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