#FDA85B

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

Shades of Rajah #FDA85B

Tints of Rajah #FDA85B

Color information

#FDA85B (or 0xFDA85B) is unknown color: approx Rajah. HEX triplet: FD, A8 and 5B. RGB value is (253,168,91). Sum of RGB (Red+Green+Blue) = 253+168+91=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 91 (35.94% from 255 or 17.77% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA85B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA85B is #0257A4. Grayscale: #B9B9B9. Windows color (decimal): -153509 or 6007037. OLE color: 6007037.

HSL color Cylindrical-coordinate representation of color #FDA85B: hue angle of 28.52º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDA85B is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB25316891-
CMYK00.340.640.01
HSL28.52º97.59%67.45%-
HSV(B)28.52º64.03%99.22%-
XYZ56.449.6416.51-
YUV184.6475.16176.76-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.41%
GREEN value IS 168 (66.02% from 255) = 32.81%
BLUE value IS 91 (35.94% from 255) = 17.77%
R=49.41%
G=32.81%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531689100.340.640.0128.5297.5967.45
HexFDA85B0224011d6243
Octal375250133042100135142103
Binary111111011010100010110110100010100000011110111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA85B; }

 p { color: rgb(253,168,91); }

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

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

 a { background-color: rgb(253,168,91); }

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

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

 span { border-color: rgb(253,168,91); }

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