Html Css Color HEX #FCDC31 Gorse

📋 copy color: '#FCDC31'

red 252 ◦ green 220 ◦ blue 49

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

Shades of Gorse #FCDC31

Tints of Gorse #FCDC31

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.23%

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

R = 48.37%
G = 42.23%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCDC31 (or 0xFCDC31) is known color: Gorse. HEX triplet: FC, DC and 31. RGB value is (252,220,49). Sum of RGB (Red+Green+Blue) = 252+220+49=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 49 (19.53% from 255 or 9.40% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDC31 is #0323CE. Grayscale: #D2D2D2. Windows color (decimal): -205775 or 3267836. OLE color: 3267836.

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

Color convert

RGB 252 220 49 -
CMYK 0 0.13 0.81 0.01
HSL 50.54º 0.97% 0.59% -
HSV(B) 50.54º 0.81% 0.99% -
XYZ 66.29 72.1 13.33 -
YUV 210.07 37.1 157.9 -
System Red Green Blue C M Y K H S L
Decimal 252 220 49 0 0.13 0.81 0.01 50.54 0.97 0.59
Hex FC DC 31 0 D 51 1 33 61 3B
Octal 374 334 61 0 15 121 1 63 141 73
Binary 11111100 11011100 110001 0 1101 1010001 1 110011 1100001 111011

Color Harmonies of #FCDC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC31

Black with #FCDC31

Text Example


Text Example

White with #FCDC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC31; }

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

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

background-color css

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

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

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

border-color css

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

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

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