Html Css Color HEX #FCD73A Gorse

📋 copy color: '#FCD73A'

red 252 ◦ green 215 ◦ blue 58

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

Shades of Gorse #FCD73A

Tints of Gorse #FCD73A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.95%

 BLUE value IS 58 (23.05% from 255) = 11.05%

R = 48%
G = 40.95%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FCD73A (or 0xFCD73A) is known color: Gorse. HEX triplet: FC, D7 and 3A. RGB value is (252,215,58). Sum of RGB (Red+Green+Blue) = 252+215+58=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 215 (84.38% from 255 or 40.95% from 525); Blue value is 58 (23.05% from 255 or 11.05% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD73A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD73A is #0328C5. Grayscale: #D0D0D0. Windows color (decimal): -207046 or 3856380. OLE color: 3856380.

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

Color convert

RGB 252 215 58 -
CMYK 0 0.15 0.77 0.01
HSL 48.56º 0.97% 0.61% -
HSV(B) 48.56º 0.77% 0.99% -
XYZ 65.21 69.6 14 -
YUV 208.17 43.26 159.27 -
System Red Green Blue C M Y K H S L
Decimal 252 215 58 0 0.15 0.77 0.01 48.56 0.97 0.61
Hex FC D7 3A 0 F 4D 1 31 61 3D
Octal 374 327 72 0 17 115 1 61 141 75
Binary 11111100 11010111 111010 0 1111 1001101 1 110001 1100001 111101

Color Harmonies of #FCD73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD73A

Black with #FCD73A

Text Example


Text Example

White with #FCD73A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD73A; }

 p { color: rgb(252,215,58); }

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

background-color css

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

 a { background-color: rgb(252,215,58); }

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

border-color css

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

 span { border-color: rgb(252,215,58); }

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