Html Css Color HEX #FCE53A Gorse

📋 copy color: '#FCE53A'

red 252 ◦ green 229 ◦ blue 58

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

Shades of Gorse #FCE53A

Tints of Gorse #FCE53A

RGB

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

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

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

R = 46.75%
G = 42.49%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FCE53A (or 0xFCE53A) is known color: Gorse. HEX triplet: FC, E5 and 3A. RGB value is (252,229,58). Sum of RGB (Red+Green+Blue) = 252+229+58=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 229 (89.84% from 255 or 42.49% from 539); Blue value is 58 (23.05% from 255 or 10.76% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE53A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE53A is #031AC5. Grayscale: #D9D9D9. Windows color (decimal): -203462 or 3859964. OLE color: 3859964.

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

Color convert

RGB 252 229 58 -
CMYK 0 0.09 0.77 0.01
HSL 52.89º 0.97% 0.61% -
HSV(B) 52.89º 0.77% 0.99% -
XYZ 68.93 77.04 15.24 -
YUV 216.38 38.62 153.4 -
System Red Green Blue C M Y K H S L
Decimal 252 229 58 0 0.09 0.77 0.01 52.89 0.97 0.61
Hex FC E5 3A 0 9 4D 1 35 61 3D
Octal 374 345 72 0 11 115 1 65 141 75
Binary 11111100 11100101 111010 0 1001 1001101 1 110101 1100001 111101

Color Harmonies of #FCE53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE53A

Black with #FCE53A

Text Example


Text Example

White with #FCE53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE53A; }

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

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

background-color css

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

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

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

border-color css

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

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

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