Html Css Color HEX #FCD941 Gorse

📋 copy color: '#FCD941'

red 252 ◦ green 217 ◦ blue 65

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

Shades of Gorse #FCD941

Tints of Gorse #FCD941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.17%

R = 47.19%
G = 40.64%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FCD941 (or 0xFCD941) is known color: Gorse. HEX triplet: FC, D9 and 41. RGB value is (252,217,65). Sum of RGB (Red+Green+Blue) = 252+217+65=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 65 (25.78% from 255 or 12.17% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD941 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD941 is #0326BE. Grayscale: #D2D2D2. Windows color (decimal): -206527 or 4315644. OLE color: 4315644.

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

Color convert

RGB 252 217 65 -
CMYK 0 0.14 0.74 0.01
HSL 48.77º 0.97% 0.62% -
HSV(B) 48.77º 0.74% 0.99% -
XYZ 65.91 70.7 15.17 -
YUV 210.14 46.1 157.86 -
System Red Green Blue C M Y K H S L
Decimal 252 217 65 0 0.14 0.74 0.01 48.77 0.97 0.62
Hex FC D9 41 0 E 4A 1 31 61 3E
Octal 374 331 101 0 16 112 1 61 141 76
Binary 11111100 11011001 1000001 0 1110 1001010 1 110001 1100001 111110

Color Harmonies of #FCD941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD941

Black with #FCD941

Text Example


Text Example

White with #FCD941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD941; }

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

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

background-color css

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

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

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

border-color css

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

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

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