Html Css Color HEX #FCD92E Gorse

📋 copy color: '#FCD92E'

red 252 ◦ green 217 ◦ blue 46

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

Shades of Gorse #FCD92E

Tints of Gorse #FCD92E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 8.93%

R = 48.93%
G = 42.14%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCD92E (or 0xFCD92E) is known color: Gorse. HEX triplet: FC, D9 and 2E. RGB value is (252,217,46). Sum of RGB (Red+Green+Blue) = 252+217+46=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 46 (18.36% from 255 or 8.93% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD92E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD92E is #0326D1. Grayscale: #D0D0D0. Windows color (decimal): -206546 or 3070460. OLE color: 3070460.

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

Color convert

RGB 252 217 46 -
CMYK 0 0.14 0.82 0.01
HSL 49.81º 0.97% 0.58% -
HSV(B) 49.81º 0.82% 0.99% -
XYZ 65.45 70.52 12.75 -
YUV 207.97 36.6 159.4 -
System Red Green Blue C M Y K H S L
Decimal 252 217 46 0 0.14 0.82 0.01 49.81 0.97 0.58
Hex FC D9 2E 0 E 52 1 32 61 3A
Octal 374 331 56 0 16 122 1 62 141 72
Binary 11111100 11011001 101110 0 1110 1010010 1 110010 1100001 111010

Color Harmonies of #FCD92E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD92E

Black with #FCD92E

Text Example


Text Example

White with #FCD92E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD92E; }

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

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

background-color css

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

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

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

border-color css

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

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

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