Html Css Color HEX #FCEA2E Gorse

📋 copy color: '#FCEA2E'

red 252 ◦ green 234 ◦ blue 46

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

Shades of Gorse #FCEA2E

Tints of Gorse #FCEA2E

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.98%

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

R = 47.37%
G = 43.98%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCEA2E (or 0xFCEA2E) is known color: Gorse. HEX triplet: FC, EA and 2E. RGB value is (252,234,46). Sum of RGB (Red+Green+Blue) = 252+234+46=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 234 (91.80% from 255 or 43.98% from 532); Blue value is 46 (18.36% from 255 or 8.65% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEA2E is #0315D1. Grayscale: #DADADA. Windows color (decimal): -202194 or 3074812. OLE color: 3074812.

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

Color convert

RGB 252 234 46 -
CMYK 0 0.07 0.82 0.01
HSL 54.76º 0.97% 0.58% -
HSV(B) 54.76º 0.82% 0.99% -
XYZ 70.06 79.74 14.28 -
YUV 217.95 30.96 152.29 -
System Red Green Blue C M Y K H S L
Decimal 252 234 46 0 0.07 0.82 0.01 54.76 0.97 0.58
Hex FC EA 2E 0 7 52 1 37 61 3A
Octal 374 352 56 0 7 122 1 67 141 72
Binary 11111100 11101010 101110 0 111 1010010 1 110111 1100001 111010

Color Harmonies of #FCEA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEA2E

Black with #FCEA2E

Text Example


Text Example

White with #FCEA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEA2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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