#FDBA63

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

Shades of Rajah #FDBA63

Tints of Rajah #FDBA63

Color information

#FDBA63 (or 0xFDBA63) is unknown color: approx Rajah. HEX triplet: FD, BA and 63. RGB value is (253,186,99). Sum of RGB (Red+Green+Blue) = 253+186+99=538 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.03% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 99 (39.06% from 255 or 18.40% from 538); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBA63 is #02459C. Grayscale: #C4C4C4. Windows color (decimal): -148893 or 6535933. OLE color: 6535933.

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

Color convert

RGB25318699-
CMYK00.260.610.01
HSL33.9º97.47%69.02%-
HSV(B)33.9º60.87%99.22%-
XYZ60.3256.919.61-
YUV196.1173.2168.57-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.03%
GREEN value IS 186 (73.05% from 255) = 34.57%
BLUE value IS 99 (39.06% from 255) = 18.40%
R=47.03%
G=34.57%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531869900.260.610.0133.997.4769.02
HexFDBA6301A3D1226145
Octal37527214303275142141105
Binary11111101101110101100011011010111101110001011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBA63; }

 p { color: rgb(253,186,99); }

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

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

 a { background-color: rgb(253,186,99); }

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

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

 span { border-color: rgb(253,186,99); }

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