Html Css Color HEX #FCE332 Gorse

📋 copy color: '#FCE332'

red 252 ◦ green 227 ◦ blue 50

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

Shades of Gorse #FCE332

Tints of Gorse #FCE332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.45%

R = 47.64%
G = 42.91%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FCE332 (or 0xFCE332) is known color: Gorse. HEX triplet: FC, E3 and 32. RGB value is (252,227,50). Sum of RGB (Red+Green+Blue) = 252+227+50=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 227 (89.06% from 255 or 42.91% from 529); Blue value is 50 (19.92% from 255 or 9.45% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE332 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE332 is #031CCD. Grayscale: #D7D7D7. Windows color (decimal): -203982 or 3335164. OLE color: 3335164.

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

Color convert

RGB 252 227 50 -
CMYK 0 0.10 0.80 0.01
HSL 52.57º 0.97% 0.59% -
HSV(B) 52.57º 0.8% 0.99% -
XYZ 68.19 75.86 14.07 -
YUV 214.3 35.28 154.89 -
System Red Green Blue C M Y K H S L
Decimal 252 227 50 0 0.10 0.80 0.01 52.57 0.97 0.59
Hex FC E3 32 0 A 50 1 35 61 3B
Octal 374 343 62 0 12 120 1 65 141 73
Binary 11111100 11100011 110010 0 1010 1010000 1 110101 1100001 111011

Color Harmonies of #FCE332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE332

Black with #FCE332

Text Example


Text Example

White with #FCE332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE332; }

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

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

background-color css

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

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

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

border-color css

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

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

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