Html Css Color HEX #FCD62E Sunglow

📋 copy color: '#FCD62E'

red 252 ◦ green 214 ◦ blue 46

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

Shades of Sunglow #FCD62E

Tints of Sunglow #FCD62E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 8.98%

R = 49.22%
G = 41.8%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCD62E (or 0xFCD62E) is known color: Sunglow. HEX triplet: FC, D6 and 2E. RGB value is (252,214,46). Sum of RGB (Red+Green+Blue) = 252+214+46=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 46 (18.36% from 255 or 8.98% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD62E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD62E is #0329D1. Grayscale: #CECECE. Windows color (decimal): -207314 or 3069692. OLE color: 3069692.

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

Color convert

RGB 252 214 46 -
CMYK 0 0.15 0.82 0.01
HSL 48.93º 0.97% 0.58% -
HSV(B) 48.93º 0.82% 0.99% -
XYZ 64.68 68.99 12.49 -
YUV 206.21 37.59 160.66 -
System Red Green Blue C M Y K H S L
Decimal 252 214 46 0 0.15 0.82 0.01 48.93 0.97 0.58
Hex FC D6 2E 0 F 52 1 31 61 3A
Octal 374 326 56 0 17 122 1 61 141 72
Binary 11111100 11010110 101110 0 1111 1010010 1 110001 1100001 111010

Color Harmonies of #FCD62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD62E

Black with #FCD62E

Text Example


Text Example

White with #FCD62E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD62E; }

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

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

background-color css

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

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

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

border-color css

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

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

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