Html Css Color HEX #FCD634 Sunglow

📋 copy color: '#FCD634'

red 252 ◦ green 214 ◦ blue 52

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

Shades of Sunglow #FCD634

Tints of Sunglow #FCD634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.04%

R = 48.65%
G = 41.31%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FCD634 (or 0xFCD634) is known color: Sunglow. HEX triplet: FC, D6 and 34. RGB value is (252,214,52). Sum of RGB (Red+Green+Blue) = 252+214+52=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 52 (20.70% from 255 or 10.04% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD634 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD634 is #0329CB. Grayscale: #CFCFCF. Windows color (decimal): -207308 or 3462908. OLE color: 3462908.

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

Color convert

RGB 252 214 52 -
CMYK 0 0.15 0.79 0.01
HSL 48.6º 0.97% 0.6% -
HSV(B) 48.6º 0.79% 0.99% -
XYZ 64.81 69.04 13.16 -
YUV 206.89 40.59 160.17 -
System Red Green Blue C M Y K H S L
Decimal 252 214 52 0 0.15 0.79 0.01 48.6 0.97 0.6
Hex FC D6 34 0 F 4F 1 31 61 3C
Octal 374 326 64 0 17 117 1 61 141 74
Binary 11111100 11010110 110100 0 1111 1001111 1 110001 1100001 111100

Color Harmonies of #FCD634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD634

Black with #FCD634

Text Example


Text Example

White with #FCD634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD634; }

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

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

background-color css

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

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

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

border-color css

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

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

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