#FCAD5D

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

Shades of Rajah #FCAD5D

Tints of Rajah #FCAD5D

Color information

#FCAD5D (or 0xFCAD5D) is unknown color: approx Rajah. HEX triplet: FC, AD and 5D. RGB value is (252,173,93). Sum of RGB (Red+Green+Blue) = 252+173+93=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 93 (36.72% from 255 or 17.95% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAD5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAD5D is #0352A2. Grayscale: #BBBBBB. Windows color (decimal): -217763 or 6139388. OLE color: 6139388.

HSL color Cylindrical-coordinate representation of color #FCAD5D: hue angle of 30.19º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCAD5D is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB25217393-
CMYK00.310.630.01
HSL30.19º96.36%67.65%-
HSV(B)30.19º63.1%98.82%-
XYZ57.0651.3717.26-
YUV187.574.67174-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.65%
GREEN value IS 173 (67.97% from 255) = 33.40%
BLUE value IS 93 (36.72% from 255) = 17.95%
R=48.65%
G=33.40%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521739300.310.630.0130.1996.3667.65
HexFCAD5D01F3F11e6044
Octal37425513503777136140104
Binary1111110010101101101110101111111111111111011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAD5D; }

 p { color: rgb(252,173,93); }

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

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

 a { background-color: rgb(252,173,93); }

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

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

 span { border-color: rgb(252,173,93); }

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