Html Css Color HEX #FCD834 Gorse

📋 copy color: '#FCD834'

red 252 ◦ green 216 ◦ blue 52

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

Shades of Gorse #FCD834

Tints of Gorse #FCD834

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.54%

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

R = 48.46%
G = 41.54%
B = 10%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FCD834 (or 0xFCD834) is known color: Gorse. HEX triplet: FC, D8 and 34. RGB value is (252,216,52). Sum of RGB (Red+Green+Blue) = 252+216+52=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 52 (20.70% from 255 or 10% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD834 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD834 is #0327CB. Grayscale: #D0D0D0. Windows color (decimal): -206796 or 3463420. OLE color: 3463420.

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

Color convert

RGB 252 216 52 -
CMYK 0 0.14 0.79 0.01
HSL 49.2º 0.97% 0.6% -
HSV(B) 49.2º 0.79% 0.99% -
XYZ 65.32 70.06 13.33 -
YUV 208.07 39.93 159.34 -
System Red Green Blue C M Y K H S L
Decimal 252 216 52 0 0.14 0.79 0.01 49.2 0.97 0.6
Hex FC D8 34 0 E 4F 1 31 61 3C
Octal 374 330 64 0 16 117 1 61 141 74
Binary 11111100 11011000 110100 0 1110 1001111 1 110001 1100001 111100

Color Harmonies of #FCD834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD834

Black with #FCD834

Text Example


Text Example

White with #FCD834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD834; }

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

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

background-color css

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

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

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

border-color css

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

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

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