Html Css Color HEX #FCDC2D Gorse

📋 copy color: '#FCDC2D'

red 252 ◦ green 220 ◦ blue 45

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

Shades of Gorse #FCDC2D

Tints of Gorse #FCDC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.7%

R = 48.74%
G = 42.55%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCDC2D (or 0xFCDC2D) is known color: Gorse. HEX triplet: FC, DC and 2D. RGB value is (252,220,45). Sum of RGB (Red+Green+Blue) = 252+220+45=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 45 (17.97% from 255 or 8.70% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDC2D is #0323D2. Grayscale: #D2D2D2. Windows color (decimal): -205779 or 3005692. OLE color: 3005692.

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

Color convert

RGB 252 220 45 -
CMYK 0 0.13 0.82 0.01
HSL 50.72º 0.97% 0.58% -
HSV(B) 50.72º 0.82% 0.99% -
XYZ 66.21 72.07 12.9 -
YUV 209.62 35.1 158.23 -
System Red Green Blue C M Y K H S L
Decimal 252 220 45 0 0.13 0.82 0.01 50.72 0.97 0.58
Hex FC DC 2D 0 D 52 1 33 61 3A
Octal 374 334 55 0 15 122 1 63 141 72
Binary 11111100 11011100 101101 0 1101 1010010 1 110011 1100001 111010

Color Harmonies of #FCDC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC2D

Black with #FCDC2D

Text Example


Text Example

White with #FCDC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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