#FDAD5C

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

Shades of Rajah #FDAD5C

Tints of Rajah #FDAD5C

Color information

#FDAD5C (or 0xFDAD5C) is unknown color: approx Rajah. HEX triplet: FD, AD and 5C. RGB value is (253,173,92). Sum of RGB (Red+Green+Blue) = 253+173+92=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 92 (36.33% from 255 or 17.76% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAD5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAD5C is #0252A3. Grayscale: #BCBCBC. Windows color (decimal): -152228 or 6073853. OLE color: 6073853.

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

Color convert

RGB25317392-
CMYK00.320.640.01
HSL30.19º97.58%67.65%-
HSV(B)30.19º63.64%99.22%-
XYZ57.3851.5417.05-
YUV187.6974174.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.84%
GREEN value IS 173 (67.97% from 255) = 33.40%
BLUE value IS 92 (36.33% from 255) = 17.76%
R=48.84%
G=33.40%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531739200.320.640.0130.1997.5867.65
HexFDAD5C0204011e6244
Octal375255134040100136142104
Binary111111011010110110111000100000100000011111011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAD5C; }

 p { color: rgb(253,173,92); }

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

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

 a { background-color: rgb(253,173,92); }

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

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

 span { border-color: rgb(253,173,92); }

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