#FDC538

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

Shades of Sunglow #FDC538

Tints of Sunglow #FDC538

Color information

#FDC538 (or 0xFDC538) is unknown color: approx Sunglow. HEX triplet: FD, C5 and 38. RGB value is (253,197,56). Sum of RGB (Red+Green+Blue) = 253+197+56=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 197 (77.34% from 255 or 38.93% from 506); Blue value is 56 (22.27% from 255 or 11.07% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC538 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC538 is #023AC7. Grayscale: #C6C6C6. Windows color (decimal): -146120 or 3720701. OLE color: 3720701.

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

Color convert

RGB25319756-
CMYK00.220.780.01
HSL42.94º98.01%60.59%-
HSV(B)42.94º77.87%99.22%-
XYZ61.1961.112.31-
YUV197.6748.05167.46-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50%
GREEN value IS 197 (77.34% from 255) = 38.93%
BLUE value IS 56 (22.27% from 255) = 11.07%
R=50%
G=38.93%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.78
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531975600.220.780.0142.9498.0160.59
HexFDC5380164E12b623d
Octal3753057002611615314275
Binary1111110111000101111000010110100111011010111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC538; }

 p { color: rgb(253,197,56); }

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

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

 a { background-color: rgb(253,197,56); }

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

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

 span { border-color: rgb(253,197,56); }

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