#FCE238

Color #FCE238 Gorse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gorse #FCE238

Tints of Gorse #FCE238

Color information

#FCE238 (or 0xFCE238) is unknown color: approx Gorse. HEX triplet: FC, E2 and 38. RGB value is (252,226,56). Sum of RGB (Red+Green+Blue) = 252+226+56=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 226 (88.67% from 255 or 42.32% from 534); Blue value is 56 (22.27% from 255 or 10.49% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE238 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE238 is #031DC7. Grayscale: #D7D7D7. Windows color (decimal): -204232 or 3728124. OLE color: 3728124.

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

Color convert

RGB25222656-
CMYK00.100.780.01
HSL52.04º97.03%60.39%-
HSV(B)52.04º77.78%98.82%-
XYZ68.0675.3714.7-
YUV214.3938.61154.82-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.19%
GREEN value IS 226 (88.67% from 255) = 42.32%
BLUE value IS 56 (22.27% from 255) = 10.49%
R=47.19%
G=42.32%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.78
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522265600.100.780.0152.0497.0360.39
HexFCE2380A4E134613c
Octal3743427001211616414174
Binary111111001110001011100001010100111011101001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE238; }

 p { color: rgb(252,226,56); }

 H1.HeaderClassName
 {
   color: #FCE238;
 }
 .AnyTagClassName
 {
   color: #FCE238;
 }
</style>
background-color css

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

 a { background-color: rgb(252,226,56); }

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

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

 span { border-color: rgb(252,226,56); }

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