Html Css Color HEX #FCD53C Sunglow

📋 copy color: '#FCD53C'

red 252 ◦ green 213 ◦ blue 60

#FCD53C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunglow #FCD53C

Tints of Sunglow #FCD53C

RGB

 RED value IS 252 (98.83% from 255) = 48%

 GREEN value IS 213 (83.59% from 255) = 40.57%

 BLUE value IS 60 (23.83% from 255) = 11.43%

R = 48%
G = 40.57%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FCD53C (or 0xFCD53C) is known color: Sunglow. HEX triplet: FC, D5 and 3C. RGB value is (252,213,60). Sum of RGB (Red+Green+Blue) = 252+213+60=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 60 (23.83% from 255 or 11.43% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD53C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD53C is #032AC3. Grayscale: #CFCFCF. Windows color (decimal): -207556 or 3986940. OLE color: 3986940.

HSL color Cylindrical-coordinate representation of color #FCD53C: hue angle of 47.81º 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 #FCD53C is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 213 60 -
CMYK 0 0.15 0.76 0.01
HSL 47.81º 0.97% 0.61% -
HSV(B) 47.81º 0.76% 0.99% -
XYZ 64.75 68.61 14.11 -
YUV 207.22 44.92 159.94 -
System Red Green Blue C M Y K H S L
Decimal 252 213 60 0 0.15 0.76 0.01 47.81 0.97 0.61
Hex FC D5 3C 0 F 4C 1 30 61 3D
Octal 374 325 74 0 17 114 1 60 141 75
Binary 11111100 11010101 111100 0 1111 1001100 1 110000 1100001 111101

Color Harmonies of #FCD53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD53C

Black with #FCD53C

Text Example


Text Example

White with #FCD53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD53C; }

 p { color: rgb(252,213,60); }

 H1.HeaderClassName
 {
   color: #FCD53C;
 }
 .AnyTagClassName
 {
   color: #FCD53C;
 }
</style>

background-color css

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

 a { background-color: rgb(252,213,60); }

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

border-color css

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

 span { border-color: rgb(252,213,60); }

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