Html Css Color HEX #FCDD2C Gorse

📋 copy color: '#FCDD2C'

red 252 ◦ green 221 ◦ blue 44

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

Shades of Gorse #FCDD2C

Tints of Gorse #FCDD2C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.75%

 BLUE value IS 44 (17.58% from 255) = 8.51%

R = 48.74%
G = 42.75%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCDD2C (or 0xFCDD2C) is known color: Gorse. HEX triplet: FC, DD and 2C. RGB value is (252,221,44). Sum of RGB (Red+Green+Blue) = 252+221+44=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 44 (17.58% from 255 or 8.51% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDD2C is #0322D3. Grayscale: #D2D2D2. Windows color (decimal): -205524 or 2940412. OLE color: 2940412.

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

Color convert

RGB 252 221 44 -
CMYK 0 0.12 0.83 0.01
HSL 51.06º 0.97% 0.58% -
HSV(B) 51.06º 0.83% 0.99% -
XYZ 66.46 72.59 12.89 -
YUV 210.09 34.27 157.89 -
System Red Green Blue C M Y K H S L
Decimal 252 221 44 0 0.12 0.83 0.01 51.06 0.97 0.58
Hex FC DD 2C 0 C 53 1 33 61 3A
Octal 374 335 54 0 14 123 1 63 141 72
Binary 11111100 11011101 101100 0 1100 1010011 1 110011 1100001 111010

Color Harmonies of #FCDD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD2C

Black with #FCDD2C

Text Example


Text Example

White with #FCDD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD2C; }

 p { color: rgb(252,221,44); }

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

background-color css

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

 a { background-color: rgb(252,221,44); }

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

border-color css

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

 span { border-color: rgb(252,221,44); }

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