Html Css Color HEX #FCDC3D Gorse

📋 copy color: '#FCDC3D'

red 252 ◦ green 220 ◦ blue 61

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

Shades of Gorse #FCDC3D

Tints of Gorse #FCDC3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 11.44%

R = 47.28%
G = 41.28%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FCDC3D (or 0xFCDC3D) is known color: Gorse. HEX triplet: FC, DC and 3D. RGB value is (252,220,61). Sum of RGB (Red+Green+Blue) = 252+220+61=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 61 (24.22% from 255 or 11.44% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDC3D is #0323C2. Grayscale: #D4D4D4. Windows color (decimal): -205763 or 4054268. OLE color: 4054268.

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

Color convert

RGB 252 220 61 -
CMYK 0 0.13 0.76 0.01
HSL 49.95º 0.97% 0.61% -
HSV(B) 49.95º 0.76% 0.99% -
XYZ 66.58 72.22 14.85 -
YUV 211.44 43.1 156.93 -
System Red Green Blue C M Y K H S L
Decimal 252 220 61 0 0.13 0.76 0.01 49.95 0.97 0.61
Hex FC DC 3D 0 D 4C 1 32 61 3D
Octal 374 334 75 0 15 114 1 62 141 75
Binary 11111100 11011100 111101 0 1101 1001100 1 110010 1100001 111101

Color Harmonies of #FCDC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC3D

Black with #FCDC3D

Text Example


Text Example

White with #FCDC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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