Html Css Color HEX #FCDB2C Gorse

📋 copy color: '#FCDB2C'

red 252 ◦ green 219 ◦ blue 44

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

Shades of Gorse #FCDB2C

Tints of Gorse #FCDB2C

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.52%

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

R = 48.93%
G = 42.52%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCDB2C (or 0xFCDB2C) is known color: Gorse. HEX triplet: FC, DB and 2C. RGB value is (252,219,44). Sum of RGB (Red+Green+Blue) = 252+219+44=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 44 (17.58% from 255 or 8.54% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDB2C is #0324D3. Grayscale: #D1D1D1. Windows color (decimal): -206036 or 2939900. OLE color: 2939900.

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

Color convert

RGB 252 219 44 -
CMYK 0 0.13 0.83 0.01
HSL 50.48º 0.97% 0.58% -
HSV(B) 50.48º 0.83% 0.99% -
XYZ 65.93 71.54 12.72 -
YUV 208.92 34.93 158.73 -
System Red Green Blue C M Y K H S L
Decimal 252 219 44 0 0.13 0.83 0.01 50.48 0.97 0.58
Hex FC DB 2C 0 D 53 1 32 61 3A
Octal 374 333 54 0 15 123 1 62 141 72
Binary 11111100 11011011 101100 0 1101 1010011 1 110010 1100001 111010

Color Harmonies of #FCDB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB2C

Black with #FCDB2C

Text Example


Text Example

White with #FCDB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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