Html Css Color HEX #FCD92C Gorse

📋 copy color: '#FCD92C'

red 252 ◦ green 217 ◦ blue 44

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

Shades of Gorse #FCD92C

Tints of Gorse #FCD92C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.3%

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

R = 49.12%
G = 42.3%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCD92C (or 0xFCD92C) is known color: Gorse. HEX triplet: FC, D9 and 2C. RGB value is (252,217,44). Sum of RGB (Red+Green+Blue) = 252+217+44=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 44 (17.58% from 255 or 8.58% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD92C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD92C is #0326D3. Grayscale: #D0D0D0. Windows color (decimal): -206548 or 2939388. OLE color: 2939388.

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

Color convert

RGB 252 217 44 -
CMYK 0 0.14 0.83 0.01
HSL 49.9º 0.97% 0.58% -
HSV(B) 49.9º 0.83% 0.99% -
XYZ 65.41 70.5 12.54 -
YUV 207.74 35.6 159.57 -
System Red Green Blue C M Y K H S L
Decimal 252 217 44 0 0.14 0.83 0.01 49.9 0.97 0.58
Hex FC D9 2C 0 E 53 1 32 61 3A
Octal 374 331 54 0 16 123 1 62 141 72
Binary 11111100 11011001 101100 0 1110 1010011 1 110010 1100001 111010

Color Harmonies of #FCD92C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD92C

Black with #FCD92C

Text Example


Text Example

White with #FCD92C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD92C; }

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

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

background-color css

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

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

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

border-color css

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

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

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