Html Css Color HEX #FCE340 Gorse

📋 copy color: '#FCE340'

red 252 ◦ green 227 ◦ blue 64

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

Shades of Gorse #FCE340

Tints of Gorse #FCE340

RGB

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

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

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

R = 46.41%
G = 41.8%
B = 11.79%

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

#FCE340 (or 0xFCE340) is known color: Gorse. HEX triplet: FC, E3 and 40. RGB value is (252,227,64). Sum of RGB (Red+Green+Blue) = 252+227+64=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 227 (89.06% from 255 or 41.80% from 543); Blue value is 64 (25.39% from 255 or 11.79% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE340 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE340 is #031CBF. Grayscale: #D8D8D8. Windows color (decimal): -203968 or 4252668. OLE color: 4252668.

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

Color convert

RGB 252 227 64 -
CMYK 0 0.10 0.75 0.01
HSL 52.02º 0.97% 0.62% -
HSV(B) 52.02º 0.75% 0.99% -
XYZ 68.54 76 15.91 -
YUV 215.89 42.28 153.75 -
System Red Green Blue C M Y K H S L
Decimal 252 227 64 0 0.10 0.75 0.01 52.02 0.97 0.62
Hex FC E3 40 0 A 4B 1 34 61 3E
Octal 374 343 100 0 12 113 1 64 141 76
Binary 11111100 11100011 1000000 0 1010 1001011 1 110100 1100001 111110

Color Harmonies of #FCE340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE340

Black with #FCE340

Text Example


Text Example

White with #FCE340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE340; }

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

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

background-color css

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

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

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

border-color css

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

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

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