Html Css Color HEX #FCD93B Gorse

📋 copy color: '#FCD93B'

red 252 ◦ green 217 ◦ blue 59

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

Shades of Gorse #FCD93B

Tints of Gorse #FCD93B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.17%

R = 47.73%
G = 41.1%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FCD93B (or 0xFCD93B) is known color: Gorse. HEX triplet: FC, D9 and 3B. RGB value is (252,217,59). Sum of RGB (Red+Green+Blue) = 252+217+59=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 59 (23.44% from 255 or 11.17% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD93B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD93B is #0326C4. Grayscale: #D2D2D2. Windows color (decimal): -206533 or 3922428. OLE color: 3922428.

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

Color convert

RGB 252 217 59 -
CMYK 0 0.14 0.77 0.01
HSL 49.12º 0.97% 0.61% -
HSV(B) 49.12º 0.77% 0.99% -
XYZ 65.75 70.64 14.31 -
YUV 209.45 43.1 158.35 -
System Red Green Blue C M Y K H S L
Decimal 252 217 59 0 0.14 0.77 0.01 49.12 0.97 0.61
Hex FC D9 3B 0 E 4D 1 31 61 3D
Octal 374 331 73 0 16 115 1 61 141 75
Binary 11111100 11011001 111011 0 1110 1001101 1 110001 1100001 111101

Color Harmonies of #FCD93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD93B

Black with #FCD93B

Text Example


Text Example

White with #FCD93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD93B; }

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

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

background-color css

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

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

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

border-color css

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

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

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