Html Css Color HEX #FCEC3E Gorse

📋 copy color: '#FCEC3E'

red 252 ◦ green 236 ◦ blue 62

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

Shades of Gorse #FCEC3E

Tints of Gorse #FCEC3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 11.27%

R = 45.82%
G = 42.91%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FCEC3E (or 0xFCEC3E) is known color: Gorse. HEX triplet: FC, EC and 3E. RGB value is (252,236,62). Sum of RGB (Red+Green+Blue) = 252+236+62=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 236 (92.58% from 255 or 42.91% from 550); Blue value is 62 (24.61% from 255 or 11.27% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEC3E is #0313C1. Grayscale: #DDDDDD. Windows color (decimal): -201666 or 4123900. OLE color: 4123900.

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

Color convert

RGB 252 236 62 -
CMYK 0 0.06 0.75 0.01
HSL 54.95º 0.97% 0.62% -
HSV(B) 54.95º 0.75% 0.99% -
XYZ 71.01 81.03 16.46 -
YUV 220.95 38.3 150.15 -
System Red Green Blue C M Y K H S L
Decimal 252 236 62 0 0.06 0.75 0.01 54.95 0.97 0.62
Hex FC EC 3E 0 6 4B 1 37 61 3E
Octal 374 354 76 0 6 113 1 67 141 76
Binary 11111100 11101100 111110 0 110 1001011 1 110111 1100001 111110

Color Harmonies of #FCEC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEC3E

Black with #FCEC3E

Text Example


Text Example

White with #FCEC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEC3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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