Html Css Color HEX #FCDC36 Gorse

📋 copy color: '#FCDC36'

red 252 ◦ green 220 ◦ blue 54

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

Shades of Gorse #FCDC36

Tints of Gorse #FCDC36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 10.27%

R = 47.91%
G = 41.83%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FCDC36 (or 0xFCDC36) is known color: Gorse. HEX triplet: FC, DC and 36. RGB value is (252,220,54). Sum of RGB (Red+Green+Blue) = 252+220+54=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 54 (21.48% from 255 or 10.27% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDC36 is #0323C9. Grayscale: #D3D3D3. Windows color (decimal): -205770 or 3595516. OLE color: 3595516.

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

Color convert

RGB 252 220 54 -
CMYK 0 0.13 0.79 0.01
HSL 50.3º 0.97% 0.6% -
HSV(B) 50.3º 0.79% 0.99% -
XYZ 66.4 72.15 13.92 -
YUV 210.64 39.6 157.5 -
System Red Green Blue C M Y K H S L
Decimal 252 220 54 0 0.13 0.79 0.01 50.3 0.97 0.6
Hex FC DC 36 0 D 4F 1 32 61 3C
Octal 374 334 66 0 15 117 1 62 141 74
Binary 11111100 11011100 110110 0 1101 1001111 1 110010 1100001 111100

Color Harmonies of #FCDC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC36

Black with #FCDC36

Text Example


Text Example

White with #FCDC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC36; }

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

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

background-color css

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

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

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

border-color css

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

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

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