Html Css Color HEX #FCE240 Gorse

📋 copy color: '#FCE240'

red 252 ◦ green 226 ◦ blue 64

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

Shades of Gorse #FCE240

Tints of Gorse #FCE240

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.7%

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

R = 46.49%
G = 41.7%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FCE240 (or 0xFCE240) is known color: Gorse. HEX triplet: FC, E2 and 40. RGB value is (252,226,64). Sum of RGB (Red+Green+Blue) = 252+226+64=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 226 (88.67% from 255 or 41.70% from 542); Blue value is 64 (25.39% from 255 or 11.81% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE240 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE240 is #031DBF. Grayscale: #D7D7D7. Windows color (decimal): -204224 or 4252412. OLE color: 4252412.

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

Color convert

RGB 252 226 64 -
CMYK 0 0.10 0.75 0.01
HSL 51.7º 0.97% 0.62% -
HSV(B) 51.7º 0.75% 0.99% -
XYZ 68.27 75.46 15.82 -
YUV 215.31 42.61 154.17 -
System Red Green Blue C M Y K H S L
Decimal 252 226 64 0 0.10 0.75 0.01 51.7 0.97 0.62
Hex FC E2 40 0 A 4B 1 34 61 3E
Octal 374 342 100 0 12 113 1 64 141 76
Binary 11111100 11100010 1000000 0 1010 1001011 1 110100 1100001 111110

Color Harmonies of #FCE240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE240

Black with #FCE240

Text Example


Text Example

White with #FCE240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE240; }

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

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

background-color css

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

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

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

border-color css

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

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

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