Html Css Color HEX #FCD93C Gorse

📋 copy color: '#FCD93C'

red 252 ◦ green 217 ◦ blue 60

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

Shades of Gorse #FCD93C

Tints of Gorse #FCD93C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.34%

R = 47.64%
G = 41.02%
B = 11.34%

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

#FCD93C (or 0xFCD93C) is known color: Gorse. HEX triplet: FC, D9 and 3C. RGB value is (252,217,60). Sum of RGB (Red+Green+Blue) = 252+217+60=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 60 (23.83% from 255 or 11.34% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD93C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD93C is #0326C3. Grayscale: #D2D2D2. Windows color (decimal): -206532 or 3987964. OLE color: 3987964.

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

Color convert

RGB 252 217 60 -
CMYK 0 0.14 0.76 0.01
HSL 49.06º 0.97% 0.61% -
HSV(B) 49.06º 0.76% 0.99% -
XYZ 65.77 70.65 14.44 -
YUV 209.57 43.6 158.27 -
System Red Green Blue C M Y K H S L
Decimal 252 217 60 0 0.14 0.76 0.01 49.06 0.97 0.61
Hex FC D9 3C 0 E 4C 1 31 61 3D
Octal 374 331 74 0 16 114 1 61 141 75
Binary 11111100 11011001 111100 0 1110 1001100 1 110001 1100001 111101

Color Harmonies of #FCD93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD93C

Black with #FCD93C

Text Example


Text Example

White with #FCD93C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD93C; }

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

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

background-color css

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

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

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

border-color css

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

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

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