Html Css Color HEX #FCD62C Sunglow

📋 copy color: '#FCD62C'

red 252 ◦ green 214 ◦ blue 44

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

Shades of Sunglow #FCD62C

Tints of Sunglow #FCD62C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.96%

 BLUE value IS 44 (17.58% from 255) = 8.63%

R = 49.41%
G = 41.96%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCD62C (or 0xFCD62C) is known color: Sunglow. HEX triplet: FC, D6 and 2C. RGB value is (252,214,44). Sum of RGB (Red+Green+Blue) = 252+214+44=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 44 (17.58% from 255 or 8.63% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD62C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD62C is #0329D3. Grayscale: #CECECE. Windows color (decimal): -207316 or 2938620. OLE color: 2938620.

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

Color convert

RGB 252 214 44 -
CMYK 0 0.15 0.83 0.01
HSL 49.04º 0.97% 0.58% -
HSV(B) 49.04º 0.83% 0.99% -
XYZ 64.65 68.97 12.29 -
YUV 205.98 36.59 160.82 -
System Red Green Blue C M Y K H S L
Decimal 252 214 44 0 0.15 0.83 0.01 49.04 0.97 0.58
Hex FC D6 2C 0 F 53 1 31 61 3A
Octal 374 326 54 0 17 123 1 61 141 72
Binary 11111100 11010110 101100 0 1111 1010011 1 110001 1100001 111010

Color Harmonies of #FCD62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD62C

Black with #FCD62C

Text Example


Text Example

White with #FCD62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD62C; }

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

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

background-color css

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

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

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

border-color css

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

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

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