Html Css Color HEX #FCD83D Gorse

📋 copy color: '#FCD83D'

red 252 ◦ green 216 ◦ blue 61

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

Shades of Gorse #FCD83D

Tints of Gorse #FCD83D

RGB

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

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

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

R = 47.64%
G = 40.83%
B = 11.53%

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

#FCD83D (or 0xFCD83D) is known color: Gorse. HEX triplet: FC, D8 and 3D. RGB value is (252,216,61). Sum of RGB (Red+Green+Blue) = 252+216+61=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 216 (84.77% from 255 or 40.83% from 529); Blue value is 61 (24.22% from 255 or 11.53% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD83D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD83D is #0327C2. Grayscale: #D1D1D1. Windows color (decimal): -206787 or 4053244. OLE color: 4053244.

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

Color convert

RGB 252 216 61 -
CMYK 0 0.14 0.76 0.01
HSL 48.69º 0.97% 0.61% -
HSV(B) 48.69º 0.76% 0.99% -
XYZ 65.54 70.14 14.5 -
YUV 209.09 44.43 158.6 -
System Red Green Blue C M Y K H S L
Decimal 252 216 61 0 0.14 0.76 0.01 48.69 0.97 0.61
Hex FC D8 3D 0 E 4C 1 31 61 3D
Octal 374 330 75 0 16 114 1 61 141 75
Binary 11111100 11011000 111101 0 1110 1001100 1 110001 1100001 111101

Color Harmonies of #FCD83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD83D

Black with #FCD83D

Text Example


Text Example

White with #FCD83D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD83D; }

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

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

background-color css

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

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

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

border-color css

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

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

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