Html Css Color HEX #FCE328 Gorse

📋 copy color: '#FCE328'

red 252 ◦ green 227 ◦ blue 40

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

Shades of Gorse #FCE328

Tints of Gorse #FCE328

RGB

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

 GREEN value IS 227 (89.06% from 255) = 43.74%

 BLUE value IS 40 (16.02% from 255) = 7.71%

R = 48.55%
G = 43.74%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCE328 (or 0xFCE328) is known color: Gorse. HEX triplet: FC, E3 and 28. RGB value is (252,227,40). Sum of RGB (Red+Green+Blue) = 252+227+40=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 227 (89.06% from 255 or 43.74% from 519); Blue value is 40 (16.02% from 255 or 7.71% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE328 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE328 is #031CD7. Grayscale: #D5D5D5. Windows color (decimal): -203992 or 2679804. OLE color: 2679804.

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

Color convert

RGB 252 227 40 -
CMYK 0 0.10 0.84 0.01
HSL 52.92º 0.97% 0.57% -
HSV(B) 52.92º 0.84% 0.99% -
XYZ 68 75.79 13.05 -
YUV 213.16 30.28 155.71 -
System Red Green Blue C M Y K H S L
Decimal 252 227 40 0 0.10 0.84 0.01 52.92 0.97 0.57
Hex FC E3 28 0 A 54 1 35 61 39
Octal 374 343 50 0 12 124 1 65 141 71
Binary 11111100 11100011 101000 0 1010 1010100 1 110101 1100001 111001

Color Harmonies of #FCE328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE328

Black with #FCE328

Text Example


Text Example

White with #FCE328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE328; }

 p { color: rgb(252,227,40); }

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

background-color css

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

 a { background-color: rgb(252,227,40); }

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

border-color css

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

 span { border-color: rgb(252,227,40); }

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