Html Css Color HEX #FCE232 Gorse

📋 copy color: '#FCE232'

red 252 ◦ green 226 ◦ blue 50

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

Shades of Gorse #FCE232

Tints of Gorse #FCE232

RGB

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

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

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

R = 47.73%
G = 42.8%
B = 9.47%

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

#FCE232 (or 0xFCE232) is known color: Gorse. HEX triplet: FC, E2 and 32. RGB value is (252,226,50). Sum of RGB (Red+Green+Blue) = 252+226+50=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 226 (88.67% from 255 or 42.80% from 528); Blue value is 50 (19.92% from 255 or 9.47% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE232 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE232 is #031DCD. Grayscale: #D6D6D6. Windows color (decimal): -204238 or 3334908. OLE color: 3334908.

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

Color convert

RGB 252 226 50 -
CMYK 0 0.10 0.80 0.01
HSL 52.28º 0.97% 0.59% -
HSV(B) 52.28º 0.8% 0.99% -
XYZ 67.92 75.32 13.98 -
YUV 213.71 35.61 155.31 -
System Red Green Blue C M Y K H S L
Decimal 252 226 50 0 0.10 0.80 0.01 52.28 0.97 0.59
Hex FC E2 32 0 A 50 1 34 61 3B
Octal 374 342 62 0 12 120 1 64 141 73
Binary 11111100 11100010 110010 0 1010 1010000 1 110100 1100001 111011

Color Harmonies of #FCE232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE232

Black with #FCE232

Text Example


Text Example

White with #FCE232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE232; }

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

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

background-color css

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

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

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

border-color css

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

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

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