Html Css Color HEX #FCE531 Gorse

📋 copy color: '#FCE531'

red 252 ◦ green 229 ◦ blue 49

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

Shades of Gorse #FCE531

Tints of Gorse #FCE531

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.21%

 BLUE value IS 49 (19.53% from 255) = 9.25%

R = 47.55%
G = 43.21%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCE531 (or 0xFCE531) is known color: Gorse. HEX triplet: FC, E5 and 31. RGB value is (252,229,49). Sum of RGB (Red+Green+Blue) = 252+229+49=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 229 (89.84% from 255 or 43.21% from 530); Blue value is 49 (19.53% from 255 or 9.25% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE531 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE531 is #031ACE. Grayscale: #D8D8D8. Windows color (decimal): -203471 or 3270140. OLE color: 3270140.

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

Color convert

RGB 252 229 49 -
CMYK 0 0.09 0.81 0.01
HSL 53.2º 0.97% 0.59% -
HSV(B) 53.2º 0.81% 0.99% -
XYZ 68.72 76.96 14.14 -
YUV 215.36 34.12 154.14 -
System Red Green Blue C M Y K H S L
Decimal 252 229 49 0 0.09 0.81 0.01 53.2 0.97 0.59
Hex FC E5 31 0 9 51 1 35 61 3B
Octal 374 345 61 0 11 121 1 65 141 73
Binary 11111100 11100101 110001 0 1001 1010001 1 110101 1100001 111011

Color Harmonies of #FCE531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE531

Black with #FCE531

Text Example


Text Example

White with #FCE531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE531; }

 p { color: rgb(252,229,49); }

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

background-color css

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

 a { background-color: rgb(252,229,49); }

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

border-color css

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

 span { border-color: rgb(252,229,49); }

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