Html Css Color HEX #FCD62F Sunglow

📋 copy color: '#FCD62F'

red 252 ◦ green 214 ◦ blue 47

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

Shades of Sunglow #FCD62F

Tints of Sunglow #FCD62F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.16%

R = 49.12%
G = 41.72%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCD62F (or 0xFCD62F) is known color: Sunglow. HEX triplet: FC, D6 and 2F. RGB value is (252,214,47). Sum of RGB (Red+Green+Blue) = 252+214+47=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 47 (18.75% from 255 or 9.16% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD62F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD62F is #0329D0. Grayscale: #CFCFCF. Windows color (decimal): -207313 or 3135228. OLE color: 3135228.

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

Color convert

RGB 252 214 47 -
CMYK 0 0.15 0.81 0.01
HSL 48.88º 0.97% 0.59% -
HSV(B) 48.88º 0.81% 0.99% -
XYZ 64.7 68.99 12.6 -
YUV 206.32 38.09 160.58 -
System Red Green Blue C M Y K H S L
Decimal 252 214 47 0 0.15 0.81 0.01 48.88 0.97 0.59
Hex FC D6 2F 0 F 51 1 31 61 3B
Octal 374 326 57 0 17 121 1 61 141 73
Binary 11111100 11010110 101111 0 1111 1010001 1 110001 1100001 111011

Color Harmonies of #FCD62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD62F

Black with #FCD62F

Text Example


Text Example

White with #FCD62F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD62F; }

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

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

background-color css

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

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

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

border-color css

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

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

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