Html Css Color HEX #FCD13C Sunglow

📋 copy color: '#FCD13C'

red 252 ◦ green 209 ◦ blue 60

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

Shades of Sunglow #FCD13C

Tints of Sunglow #FCD13C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.12%

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

R = 48.37%
G = 40.12%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FCD13C (or 0xFCD13C) is known color: Sunglow. HEX triplet: FC, D1 and 3C. RGB value is (252,209,60). Sum of RGB (Red+Green+Blue) = 252+209+60=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 60 (23.83% from 255 or 11.52% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD13C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD13C is #032EC3. Grayscale: #CDCDCD. Windows color (decimal): -208580 or 3985916. OLE color: 3985916.

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

Color convert

RGB 252 209 60 -
CMYK 0 0.17 0.76 0.01
HSL 46.56º 0.97% 0.61% -
HSV(B) 46.56º 0.76% 0.99% -
XYZ 63.76 66.62 13.77 -
YUV 204.87 46.25 161.62 -
System Red Green Blue C M Y K H S L
Decimal 252 209 60 0 0.17 0.76 0.01 46.56 0.97 0.61
Hex FC D1 3C 0 11 4C 1 2F 61 3D
Octal 374 321 74 0 21 114 1 57 141 75
Binary 11111100 11010001 111100 0 10001 1001100 1 101111 1100001 111101

Color Harmonies of #FCD13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD13C

Black with #FCD13C

Text Example


Text Example

White with #FCD13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD13C; }

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

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

background-color css

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

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

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

border-color css

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

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

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