Html Css Color HEX #FCD831 Gorse

📋 copy color: '#FCD831'

red 252 ◦ green 216 ◦ blue 49

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

Shades of Gorse #FCD831

Tints of Gorse #FCD831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.48%

R = 48.74%
G = 41.78%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCD831 (or 0xFCD831) is known color: Gorse. HEX triplet: FC, D8 and 31. RGB value is (252,216,49). Sum of RGB (Red+Green+Blue) = 252+216+49=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 49 (19.53% from 255 or 9.48% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD831 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD831 is #0327CE. Grayscale: #D0D0D0. Windows color (decimal): -206799 or 3266812. OLE color: 3266812.

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

Color convert

RGB 252 216 49 -
CMYK 0 0.14 0.81 0.01
HSL 49.36º 0.97% 0.59% -
HSV(B) 49.36º 0.81% 0.99% -
XYZ 65.26 70.03 12.98 -
YUV 207.73 38.43 159.58 -
System Red Green Blue C M Y K H S L
Decimal 252 216 49 0 0.14 0.81 0.01 49.36 0.97 0.59
Hex FC D8 31 0 E 51 1 31 61 3B
Octal 374 330 61 0 16 121 1 61 141 73
Binary 11111100 11011000 110001 0 1110 1010001 1 110001 1100001 111011

Color Harmonies of #FCD831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD831

Black with #FCD831

Text Example


Text Example

White with #FCD831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD831; }

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

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

background-color css

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

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

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

border-color css

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

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

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