Html Css Color HEX #FCDC3A Gorse

📋 copy color: '#FCDC3A'

red 252 ◦ green 220 ◦ blue 58

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

Shades of Gorse #FCDC3A

Tints of Gorse #FCDC3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 10.94%

R = 47.55%
G = 41.51%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FCDC3A (or 0xFCDC3A) is known color: Gorse. HEX triplet: FC, DC and 3A. RGB value is (252,220,58). Sum of RGB (Red+Green+Blue) = 252+220+58=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 58 (23.05% from 255 or 10.94% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDC3A is #0323C5. Grayscale: #D3D3D3. Windows color (decimal): -205766 or 3857660. OLE color: 3857660.

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

Color convert

RGB 252 220 58 -
CMYK 0 0.13 0.77 0.01
HSL 50.1º 0.97% 0.61% -
HSV(B) 50.1º 0.77% 0.99% -
XYZ 66.5 72.19 14.43 -
YUV 211.1 41.6 157.17 -
System Red Green Blue C M Y K H S L
Decimal 252 220 58 0 0.13 0.77 0.01 50.1 0.97 0.61
Hex FC DC 3A 0 D 4D 1 32 61 3D
Octal 374 334 72 0 15 115 1 62 141 75
Binary 11111100 11011100 111010 0 1101 1001101 1 110010 1100001 111101

Color Harmonies of #FCDC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC3A

Black with #FCDC3A

Text Example


Text Example

White with #FCDC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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