#FDB969

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

Shades of Rajah #FDB969

Tints of Rajah #FDB969

Color information

#FDB969 (or 0xFDB969) is unknown color: approx Rajah. HEX triplet: FD, B9 and 69. RGB value is (253,185,105). Sum of RGB (Red+Green+Blue) = 253+185+105=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 185 (72.66% from 255 or 34.07% from 543); Blue value is 105 (41.41% from 255 or 19.34% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB969 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB969 is #024696. Grayscale: #C4C4C4. Windows color (decimal): -149143 or 6928893. OLE color: 6928893.

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

Color convert

RGB253185105-
CMYK00.270.580.01
HSL32.43º97.37%70.2%-
HSV(B)32.43º58.5%99.22%-
XYZ60.4156.621.11-
YUV196.2176.53168.5-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.59%
GREEN value IS 185 (72.66% from 255) = 34.07%
BLUE value IS 105 (41.41% from 255) = 19.34%
R=46.59%
G=34.07%
B=19.34%

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
Decimal25318510500.270.580.0132.4397.3770.2
HexFDB96901B3A1206146
Octal37527115103372140141106
Binary11111101101110011101001011011111010110000011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB969; }

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

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

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

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

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

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

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

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