Html Css Color HEX #FCD83C Gorse

📋 copy color: '#FCD83C'

red 252 ◦ green 216 ◦ blue 60

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

Shades of Gorse #FCD83C

Tints of Gorse #FCD83C

RGB

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

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

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

R = 47.73%
G = 40.91%
B = 11.36%

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

#FCD83C (or 0xFCD83C) is known color: Gorse. HEX triplet: FC, D8 and 3C. RGB value is (252,216,60). Sum of RGB (Red+Green+Blue) = 252+216+60=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 60 (23.83% from 255 or 11.36% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD83C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD83C is #0327C3. Grayscale: #D1D1D1. Windows color (decimal): -206788 or 3987708. OLE color: 3987708.

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

Color convert

RGB 252 216 60 -
CMYK 0 0.14 0.76 0.01
HSL 48.75º 0.97% 0.61% -
HSV(B) 48.75º 0.76% 0.99% -
XYZ 65.52 70.13 14.36 -
YUV 208.98 43.93 158.68 -
System Red Green Blue C M Y K H S L
Decimal 252 216 60 0 0.14 0.76 0.01 48.75 0.97 0.61
Hex FC D8 3C 0 E 4C 1 31 61 3D
Octal 374 330 74 0 16 114 1 61 141 75
Binary 11111100 11011000 111100 0 1110 1001100 1 110001 1100001 111101

Color Harmonies of #FCD83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD83C

Black with #FCD83C

Text Example


Text Example

White with #FCD83C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD83C; }

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

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

background-color css

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

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

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

border-color css

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

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

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