Html Css Color HEX #FCD134 Sunglow

📋 copy color: '#FCD134'

red 252 ◦ green 209 ◦ blue 52

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

Shades of Sunglow #FCD134

Tints of Sunglow #FCD134

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.74%

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

R = 49.12%
G = 40.74%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FCD134 (or 0xFCD134) is known color: Sunglow. HEX triplet: FC, D1 and 34. RGB value is (252,209,52). Sum of RGB (Red+Green+Blue) = 252+209+52=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 209 (82.03% from 255 or 40.74% from 513); Blue value is 52 (20.70% from 255 or 10.14% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD134 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD134 is #032ECB. Grayscale: #CCCCCC. Windows color (decimal): -208588 or 3461628. OLE color: 3461628.

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

Color convert

RGB 252 209 52 -
CMYK 0 0.17 0.79 0.01
HSL 47.1º 0.97% 0.6% -
HSV(B) 47.1º 0.79% 0.99% -
XYZ 63.57 66.54 12.74 -
YUV 203.96 42.25 162.27 -
System Red Green Blue C M Y K H S L
Decimal 252 209 52 0 0.17 0.79 0.01 47.1 0.97 0.6
Hex FC D1 34 0 11 4F 1 2F 61 3C
Octal 374 321 64 0 21 117 1 57 141 74
Binary 11111100 11010001 110100 0 10001 1001111 1 101111 1100001 111100

Color Harmonies of #FCD134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD134

Black with #FCD134

Text Example


Text Example

White with #FCD134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD134; }

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

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

background-color css

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

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

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

border-color css

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

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

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