Html Css Color HEX #FCD930 Gorse

📋 copy color: '#FCD930'

red 252 ◦ green 217 ◦ blue 48

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

Shades of Gorse #FCD930

Tints of Gorse #FCD930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.28%

R = 48.74%
G = 41.97%
B = 9.28%

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

#FCD930 (or 0xFCD930) is known color: Gorse. HEX triplet: FC, D9 and 30. RGB value is (252,217,48). Sum of RGB (Red+Green+Blue) = 252+217+48=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 217 (85.16% from 255 or 41.97% from 517); Blue value is 48 (19.14% from 255 or 9.28% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD930 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD930 is #0326CF. Grayscale: #D0D0D0. Windows color (decimal): -206544 or 3201532. OLE color: 3201532.

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

Color convert

RGB 252 217 48 -
CMYK 0 0.14 0.81 0.01
HSL 49.71º 0.97% 0.59% -
HSV(B) 49.71º 0.81% 0.99% -
XYZ 65.49 70.53 12.96 -
YUV 208.2 37.6 159.24 -
System Red Green Blue C M Y K H S L
Decimal 252 217 48 0 0.14 0.81 0.01 49.71 0.97 0.59
Hex FC D9 30 0 E 51 1 32 61 3B
Octal 374 331 60 0 16 121 1 62 141 73
Binary 11111100 11011001 110000 0 1110 1010001 1 110010 1100001 111011

Color Harmonies of #FCD930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD930

Black with #FCD930

Text Example


Text Example

White with #FCD930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD930; }

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

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

background-color css

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

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

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

border-color css

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

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

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