Html Css Color HEX #FCD93D Gorse

📋 copy color: '#FCD93D'

red 252 ◦ green 217 ◦ blue 61

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

Shades of Gorse #FCD93D

Tints of Gorse #FCD93D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.94%

 BLUE value IS 61 (24.22% from 255) = 11.51%

R = 47.55%
G = 40.94%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FCD93D (or 0xFCD93D) is known color: Gorse. HEX triplet: FC, D9 and 3D. RGB value is (252,217,61). Sum of RGB (Red+Green+Blue) = 252+217+61=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 61 (24.22% from 255 or 11.51% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD93D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD93D is #0326C2. Grayscale: #D2D2D2. Windows color (decimal): -206531 or 4053500. OLE color: 4053500.

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

Color convert

RGB 252 217 61 -
CMYK 0 0.14 0.76 0.01
HSL 49.01º 0.97% 0.61% -
HSV(B) 49.01º 0.76% 0.99% -
XYZ 65.8 70.66 14.59 -
YUV 209.68 44.1 158.18 -
System Red Green Blue C M Y K H S L
Decimal 252 217 61 0 0.14 0.76 0.01 49.01 0.97 0.61
Hex FC D9 3D 0 E 4C 1 31 61 3D
Octal 374 331 75 0 16 114 1 61 141 75
Binary 11111100 11011001 111101 0 1110 1001100 1 110001 1100001 111101

Color Harmonies of #FCD93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD93D

Black with #FCD93D

Text Example


Text Example

White with #FCD93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD93D; }

 p { color: rgb(252,217,61); }

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

background-color css

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

 a { background-color: rgb(252,217,61); }

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

border-color css

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

 span { border-color: rgb(252,217,61); }

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