#FDB16A

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

Shades of Rajah #FDB16A

Tints of Rajah #FDB16A

Color information

#FDB16A (or 0xFDB16A) is unknown color: approx Rajah. HEX triplet: FD, B1 and 6A. RGB value is (253,177,106). Sum of RGB (Red+Green+Blue) = 253+177+106=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 177 (69.53% from 255 or 33.02% from 536); Blue value is 106 (41.80% from 255 or 19.78% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB16A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB16A is #024E95. Grayscale: #BFBFBF. Windows color (decimal): -151190 or 6992381. OLE color: 6992381.

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

Color convert

RGB253177106-
CMYK00.300.580.01
HSL28.98º97.35%70.39%-
HSV(B)28.98º58.1%99.22%-
XYZ58.8353.3720.84-
YUV191.6379.68171.77-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.20%
GREEN value IS 177 (69.53% from 255) = 33.02%
BLUE value IS 106 (41.80% from 255) = 19.78%
R=47.20%
G=33.02%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317710600.300.580.0128.9897.3570.39
HexFDB16A01E3A11d6146
Octal37526115203672135141106
Binary1111110110110001110101001111011101011110111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB16A; }

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

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

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

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

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

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

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

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