Html Css Color HEX #FCDC33 Gorse

📋 copy color: '#FCDC33'

red 252 ◦ green 220 ◦ blue 51

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

Shades of Gorse #FCDC33

Tints of Gorse #FCDC33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 9.75%

R = 48.18%
G = 42.07%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FCDC33 (or 0xFCDC33) is known color: Gorse. HEX triplet: FC, DC and 33. RGB value is (252,220,51). Sum of RGB (Red+Green+Blue) = 252+220+51=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 51 (20.31% from 255 or 9.75% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDC33 is #0323CC. Grayscale: #D3D3D3. Windows color (decimal): -205773 or 3398908. OLE color: 3398908.

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

Color convert

RGB 252 220 51 -
CMYK 0 0.13 0.80 0.01
HSL 50.45º 0.97% 0.59% -
HSV(B) 50.45º 0.8% 0.99% -
XYZ 66.34 72.12 13.56 -
YUV 210.3 38.1 157.74 -
System Red Green Blue C M Y K H S L
Decimal 252 220 51 0 0.13 0.80 0.01 50.45 0.97 0.59
Hex FC DC 33 0 D 50 1 32 61 3B
Octal 374 334 63 0 15 120 1 62 141 73
Binary 11111100 11011100 110011 0 1101 1010000 1 110010 1100001 111011

Color Harmonies of #FCDC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC33

Black with #FCDC33

Text Example


Text Example

White with #FCDC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC33; }

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

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

background-color css

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

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

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

border-color css

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

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

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