#fcd63d

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

Shades of Sunglow #FCD63D

Tints of Sunglow #FCD63D

Color information

#FCD63D (or 0xFCD63D) is unknown color: approx Sunglow. HEX triplet: FC, D6 and 3D. RGB value is (252,214,61). Sum of RGB (Red+Green+Blue) = 252+214+61=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 61 (24.22% from 255 or 11.57% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD63D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD63D is #0329C2. Grayscale: #D0D0D0. Windows color (decimal): -207299 or 4052732. OLE color: 4052732.

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

Color convert

RGB25221461-
CMYK00.150.760.01
HSL48.06º96.95%61.37%-
HSV(B)48.06º75.79%98.82%-
XYZ65.0369.1314.33-
YUV207.9245.09159.44-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.82%
GREEN value IS 214 (83.98% from 255) = 40.61%
BLUE value IS 61 (24.22% from 255) = 11.57%
R=47.82%
G=40.61%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.76
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522146100.150.760.0148.0696.9561.37
HexFCD63D0F4C130613d
Octal3743267501711416014175
Binary111111001101011011110101111100110011100001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fcd63d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fcd63d; }

 p { color: rgb(252,214,61); }

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

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

 a { background-color: rgb(252,214,61); }

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

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

 span { border-color: rgb(252,214,61); }

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