Html Css Color HEX #FCEC2A Gorse

📋 copy color: '#FCEC2A'

red 252 ◦ green 236 ◦ blue 42

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

Shades of Gorse #FCEC2A

Tints of Gorse #FCEC2A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.53%

 BLUE value IS 42 (16.8% from 255) = 7.92%

R = 47.55%
G = 44.53%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCEC2A (or 0xFCEC2A) is known color: Gorse. HEX triplet: FC, EC and 2A. RGB value is (252,236,42). Sum of RGB (Red+Green+Blue) = 252+236+42=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 42 (16.80% from 255 or 7.92% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEC2A is #0313D5. Grayscale: #DBDBDB. Windows color (decimal): -201686 or 2813180. OLE color: 2813180.

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

Color convert

RGB 252 236 42 -
CMYK 0 0.06 0.83 0.01
HSL 55.43º 0.97% 0.58% -
HSV(B) 55.43º 0.83% 0.99% -
XYZ 70.56 80.85 14.08 -
YUV 218.67 28.3 151.77 -
System Red Green Blue C M Y K H S L
Decimal 252 236 42 0 0.06 0.83 0.01 55.43 0.97 0.58
Hex FC EC 2A 0 6 53 1 37 61 3A
Octal 374 354 52 0 6 123 1 67 141 72
Binary 11111100 11101100 101010 0 110 1010011 1 110111 1100001 111010

Color Harmonies of #FCEC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEC2A

Black with #FCEC2A

Text Example


Text Example

White with #FCEC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEC2A; }

 p { color: rgb(252,236,42); }

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

background-color css

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

 a { background-color: rgb(252,236,42); }

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

border-color css

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

 span { border-color: rgb(252,236,42); }

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