Html Css Color HEX #FCEC3A Gorse

📋 copy color: '#FCEC3A'

red 252 ◦ green 236 ◦ blue 58

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

Shades of Gorse #FCEC3A

Tints of Gorse #FCEC3A

RGB

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

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

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

R = 46.15%
G = 43.22%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FCEC3A (or 0xFCEC3A) is known color: Gorse. HEX triplet: FC, EC and 3A. RGB value is (252,236,58). Sum of RGB (Red+Green+Blue) = 252+236+58=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 58 (23.05% from 255 or 10.62% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEC3A is #0313C5. Grayscale: #DDDDDD. Windows color (decimal): -201670 or 3861756. OLE color: 3861756.

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

Color convert

RGB 252 236 58 -
CMYK 0 0.06 0.77 0.01
HSL 55.05º 0.97% 0.61% -
HSV(B) 55.05º 0.77% 0.99% -
XYZ 70.9 80.99 15.9 -
YUV 220.49 36.3 150.47 -
System Red Green Blue C M Y K H S L
Decimal 252 236 58 0 0.06 0.77 0.01 55.05 0.97 0.61
Hex FC EC 3A 0 6 4D 1 37 61 3D
Octal 374 354 72 0 6 115 1 67 141 75
Binary 11111100 11101100 111010 0 110 1001101 1 110111 1100001 111101

Color Harmonies of #FCEC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEC3A

Black with #FCEC3A

Text Example


Text Example

White with #FCEC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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