Html Css Color HEX #FCD935 Gorse

📋 copy color: '#FCD935'

red 252 ◦ green 217 ◦ blue 53

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

Shades of Gorse #FCD935

Tints of Gorse #FCD935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.15%

R = 48.28%
G = 41.57%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FCD935 (or 0xFCD935) is known color: Gorse. HEX triplet: FC, D9 and 35. RGB value is (252,217,53). Sum of RGB (Red+Green+Blue) = 252+217+53=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 53 (21.09% from 255 or 10.15% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD935 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD935 is #0326CA. Grayscale: #D1D1D1. Windows color (decimal): -206539 or 3529212. OLE color: 3529212.

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

Color convert

RGB 252 217 53 -
CMYK 0 0.14 0.79 0.01
HSL 49.45º 0.97% 0.6% -
HSV(B) 49.45º 0.79% 0.99% -
XYZ 65.6 70.58 13.53 -
YUV 208.77 40.1 158.84 -
System Red Green Blue C M Y K H S L
Decimal 252 217 53 0 0.14 0.79 0.01 49.45 0.97 0.6
Hex FC D9 35 0 E 4F 1 31 61 3C
Octal 374 331 65 0 16 117 1 61 141 74
Binary 11111100 11011001 110101 0 1110 1001111 1 110001 1100001 111100

Color Harmonies of #FCD935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD935

Black with #FCD935

Text Example


Text Example

White with #FCD935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD935; }

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

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

background-color css

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

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

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

border-color css

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

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

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