Html Css Color HEX #FCD03C Sunglow

📋 copy color: '#FCD03C'

red 252 ◦ green 208 ◦ blue 60

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

Shades of Sunglow #FCD03C

Tints of Sunglow #FCD03C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40%

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

R = 48.46%
G = 40%
B = 11.54%

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

#FCD03C (or 0xFCD03C) is known color: Sunglow. HEX triplet: FC, D0 and 3C. RGB value is (252,208,60). Sum of RGB (Red+Green+Blue) = 252+208+60=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 60 (23.83% from 255 or 11.54% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD03C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD03C is #032FC3. Grayscale: #CCCCCC. Windows color (decimal): -208836 or 3985660. OLE color: 3985660.

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

Color convert

RGB 252 208 60 -
CMYK 0 0.17 0.76 0.01
HSL 46.25º 0.97% 0.61% -
HSV(B) 46.25º 0.76% 0.99% -
XYZ 63.52 66.13 13.69 -
YUV 204.28 46.58 162.03 -
System Red Green Blue C M Y K H S L
Decimal 252 208 60 0 0.17 0.76 0.01 46.25 0.97 0.61
Hex FC D0 3C 0 11 4C 1 2E 61 3D
Octal 374 320 74 0 21 114 1 56 141 75
Binary 11111100 11010000 111100 0 10001 1001100 1 101110 1100001 111101

Color Harmonies of #FCD03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD03C

Black with #FCD03C

Text Example


Text Example

White with #FCD03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD03C; }

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

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

background-color css

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

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

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

border-color css

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

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

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