Html Css Color HEX #FCDC29 Gorse

📋 copy color: '#FCDC29'

red 252 ◦ green 220 ◦ blue 41

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

Shades of Gorse #FCDC29

Tints of Gorse #FCDC29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 7.99%

R = 49.12%
G = 42.88%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCDC29 (or 0xFCDC29) is known color: Gorse. HEX triplet: FC, DC and 29. RGB value is (252,220,41). Sum of RGB (Red+Green+Blue) = 252+220+41=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 41 (16.41% from 255 or 7.99% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDC29 is #0323D6. Grayscale: #D1D1D1. Windows color (decimal): -205783 or 2743548. OLE color: 2743548.

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

Color convert

RGB 252 220 41 -
CMYK 0 0.13 0.84 0.01
HSL 50.9º 0.97% 0.57% -
HSV(B) 50.9º 0.84% 0.99% -
XYZ 66.14 72.04 12.52 -
YUV 209.16 33.1 158.55 -
System Red Green Blue C M Y K H S L
Decimal 252 220 41 0 0.13 0.84 0.01 50.9 0.97 0.57
Hex FC DC 29 0 D 54 1 33 61 39
Octal 374 334 51 0 15 124 1 63 141 71
Binary 11111100 11011100 101001 0 1101 1010100 1 110011 1100001 111001

Color Harmonies of #FCDC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC29

Black with #FCDC29

Text Example


Text Example

White with #FCDC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC29; }

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

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

background-color css

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

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

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

border-color css

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

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

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