Html Css Color HEX #FCEC2E Gorse

📋 copy color: '#FCEC2E'

red 252 ◦ green 236 ◦ blue 46

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

Shades of Gorse #FCEC2E

Tints of Gorse #FCEC2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 8.61%

R = 47.19%
G = 44.19%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCEC2E (or 0xFCEC2E) is known color: Gorse. HEX triplet: FC, EC and 2E. RGB value is (252,236,46). Sum of RGB (Red+Green+Blue) = 252+236+46=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 46 (18.36% from 255 or 8.61% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEC2E is #0313D1. Grayscale: #DBDBDB. Windows color (decimal): -201682 or 3075324. OLE color: 3075324.

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

Color convert

RGB 252 236 46 -
CMYK 0 0.06 0.82 0.01
HSL 55.34º 0.97% 0.58% -
HSV(B) 55.34º 0.82% 0.99% -
XYZ 70.63 80.88 14.47 -
YUV 219.12 30.3 151.45 -
System Red Green Blue C M Y K H S L
Decimal 252 236 46 0 0.06 0.82 0.01 55.34 0.97 0.58
Hex FC EC 2E 0 6 52 1 37 61 3A
Octal 374 354 56 0 6 122 1 67 141 72
Binary 11111100 11101100 101110 0 110 1010010 1 110111 1100001 111010

Color Harmonies of #FCEC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEC2E

Black with #FCEC2E

Text Example


Text Example

White with #FCEC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEC2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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