Html Css Color HEX #FCE040 Gorse

📋 copy color: '#FCE040'

red 252 ◦ green 224 ◦ blue 64

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

Shades of Gorse #FCE040

Tints of Gorse #FCE040

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.48%

 BLUE value IS 64 (25.39% from 255) = 11.85%

R = 46.67%
G = 41.48%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FCE040 (or 0xFCE040) is known color: Gorse. HEX triplet: FC, E0 and 40. RGB value is (252,224,64). Sum of RGB (Red+Green+Blue) = 252+224+64=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 224 (87.89% from 255 or 41.48% from 540); Blue value is 64 (25.39% from 255 or 11.85% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE040 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE040 is #031FBF. Grayscale: #D6D6D6. Windows color (decimal): -204736 or 4251900. OLE color: 4251900.

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

Color convert

RGB 252 224 64 -
CMYK 0 0.11 0.75 0.01
HSL 51.06º 0.97% 0.62% -
HSV(B) 51.06º 0.75% 0.99% -
XYZ 67.73 74.38 15.64 -
YUV 214.13 43.28 155.01 -
System Red Green Blue C M Y K H S L
Decimal 252 224 64 0 0.11 0.75 0.01 51.06 0.97 0.62
Hex FC E0 40 0 B 4B 1 33 61 3E
Octal 374 340 100 0 13 113 1 63 141 76
Binary 11111100 11100000 1000000 0 1011 1001011 1 110011 1100001 111110

Color Harmonies of #FCE040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE040

Black with #FCE040

Text Example


Text Example

White with #FCE040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE040; }

 p { color: rgb(252,224,64); }

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

background-color css

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

 a { background-color: rgb(252,224,64); }

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

border-color css

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

 span { border-color: rgb(252,224,64); }

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