Html Css Color HEX #FCD92F Gorse

📋 copy color: '#FCD92F'

red 252 ◦ green 217 ◦ blue 47

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

Shades of Gorse #FCD92F

Tints of Gorse #FCD92F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.11%

R = 48.84%
G = 42.05%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCD92F (or 0xFCD92F) is known color: Gorse. HEX triplet: FC, D9 and 2F. RGB value is (252,217,47). Sum of RGB (Red+Green+Blue) = 252+217+47=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 47 (18.75% from 255 or 9.11% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD92F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD92F is #0326D0. Grayscale: #D0D0D0. Windows color (decimal): -206545 or 3135996. OLE color: 3135996.

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

Color convert

RGB 252 217 47 -
CMYK 0 0.14 0.81 0.01
HSL 49.76º 0.97% 0.59% -
HSV(B) 49.76º 0.81% 0.99% -
XYZ 65.47 70.53 12.85 -
YUV 208.09 37.1 159.32 -
System Red Green Blue C M Y K H S L
Decimal 252 217 47 0 0.14 0.81 0.01 49.76 0.97 0.59
Hex FC D9 2F 0 E 51 1 32 61 3B
Octal 374 331 57 0 16 121 1 62 141 73
Binary 11111100 11011001 101111 0 1110 1010001 1 110010 1100001 111011

Color Harmonies of #FCD92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD92F

Black with #FCD92F

Text Example


Text Example

White with #FCD92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD92F; }

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

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

background-color css

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

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

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

border-color css

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

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

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