#fdb76c

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

Shades of Rajah #FDB76C

Tints of Rajah #FDB76C

Color information

#FDB76C (or 0xFDB76C) is unknown color: approx Rajah. HEX triplet: FD, B7 and 6C. RGB value is (253,183,108). Sum of RGB (Red+Green+Blue) = 253+183+108=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 183 (71.88% from 255 or 33.64% from 544); Blue value is 108 (42.58% from 255 or 19.85% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB76C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB76C is #024893. Grayscale: #C3C3C3. Windows color (decimal): -149652 or 7124989. OLE color: 7124989.

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

Color convert

RGB253183108-
CMYK00.280.570.01
HSL31.03º97.32%70.78%-
HSV(B)31.03º57.31%99.22%-
XYZ60.1555.8321.79-
YUV195.3878.69169.1-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.51%
GREEN value IS 183 (71.88% from 255) = 33.64%
BLUE value IS 108 (42.58% from 255) = 19.85%
R=46.51%
G=33.64%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318310800.280.570.0131.0397.3270.78
HexFDB76C01C3911f6147
Octal37526715403471137141107
Binary1111110110110111110110001110011100111111111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fdb76c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fdb76c; }

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

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

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

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

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

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

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

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