Html Css Color HEX #FCDC3B Gorse

📋 copy color: '#FCDC3B'

red 252 ◦ green 220 ◦ blue 59

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

Shades of Gorse #FCDC3B

Tints of Gorse #FCDC3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.11%

R = 47.46%
G = 41.43%
B = 11.11%

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

#FCDC3B (or 0xFCDC3B) is known color: Gorse. HEX triplet: FC, DC and 3B. RGB value is (252,220,59). Sum of RGB (Red+Green+Blue) = 252+220+59=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 59 (23.44% from 255 or 11.11% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDC3B is #0323C4. Grayscale: #D3D3D3. Windows color (decimal): -205765 or 3923196. OLE color: 3923196.

HSL color Cylindrical-coordinate representation of color #FCDC3B: hue angle of 50.05º 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 #FCDC3B is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 220 59 -
CMYK 0 0.13 0.77 0.01
HSL 50.05º 0.97% 0.61% -
HSV(B) 50.05º 0.77% 0.99% -
XYZ 66.53 72.2 14.57 -
YUV 211.21 42.1 157.09 -
System Red Green Blue C M Y K H S L
Decimal 252 220 59 0 0.13 0.77 0.01 50.05 0.97 0.61
Hex FC DC 3B 0 D 4D 1 32 61 3D
Octal 374 334 73 0 15 115 1 62 141 75
Binary 11111100 11011100 111011 0 1101 1001101 1 110010 1100001 111101

Color Harmonies of #FCDC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC3B

Black with #FCDC3B

Text Example


Text Example

White with #FCDC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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