#FDB76A

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

Shades of Rajah #FDB76A

Tints of Rajah #FDB76A

Color information

#FDB76A (or 0xFDB76A) is unknown color: approx Rajah. HEX triplet: FD, B7 and 6A. RGB value is (253,183,106). Sum of RGB (Red+Green+Blue) = 253+183+106=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 183 (71.88% from 255 or 33.76% from 542); Blue value is 106 (41.80% from 255 or 19.56% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB76A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB76A is #024895. Grayscale: #C3C3C3. Windows color (decimal): -149654 or 6993917. OLE color: 6993917.

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

Color convert

RGB253183106-
CMYK00.280.580.01
HSL31.43º97.35%70.39%-
HSV(B)31.43º58.1%99.22%-
XYZ60.0455.7921.24-
YUV195.1577.69169.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.68%
GREEN value IS 183 (71.88% from 255) = 33.76%
BLUE value IS 106 (41.80% from 255) = 19.56%
R=46.68%
G=33.76%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318310600.280.580.0131.4397.3570.39
HexFDB76A01C3A11f6146
Octal37526715203472137141106
Binary1111110110110111110101001110011101011111111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB76A; }

 p { color: rgb(253,183,106); }

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

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

 a { background-color: rgb(253,183,106); }

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

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

 span { border-color: rgb(253,183,106); }

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