Html Css Color HEX #FCD830 Gorse

📋 copy color: '#FCD830'

red 252 ◦ green 216 ◦ blue 48

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

Shades of Gorse #FCD830

Tints of Gorse #FCD830

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.86%

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

R = 48.84%
G = 41.86%
B = 9.3%

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

#FCD830 (or 0xFCD830) is known color: Gorse. HEX triplet: FC, D8 and 30. RGB value is (252,216,48). Sum of RGB (Red+Green+Blue) = 252+216+48=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 216 (84.77% from 255 or 41.86% from 516); Blue value is 48 (19.14% from 255 or 9.30% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD830 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD830 is #0327CF. Grayscale: #D0D0D0. Windows color (decimal): -206800 or 3201276. OLE color: 3201276.

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

Color convert

RGB 252 216 48 -
CMYK 0 0.14 0.81 0.01
HSL 49.41º 0.97% 0.59% -
HSV(B) 49.41º 0.81% 0.99% -
XYZ 65.23 70.02 12.87 -
YUV 207.61 37.93 159.66 -
System Red Green Blue C M Y K H S L
Decimal 252 216 48 0 0.14 0.81 0.01 49.41 0.97 0.59
Hex FC D8 30 0 E 51 1 31 61 3B
Octal 374 330 60 0 16 121 1 61 141 73
Binary 11111100 11011000 110000 0 1110 1010001 1 110001 1100001 111011

Color Harmonies of #FCD830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD830

Black with #FCD830

Text Example


Text Example

White with #FCD830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD830; }

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

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

background-color css

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

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

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

border-color css

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

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

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