Html Css Color HEX #FCE731 Gorse

📋 copy color: '#FCE731'

red 252 ◦ green 231 ◦ blue 49

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

Shades of Gorse #FCE731

Tints of Gorse #FCE731

RGB

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

 GREEN value IS 231 (90.63% from 255) = 43.42%

 BLUE value IS 49 (19.53% from 255) = 9.21%

R = 47.37%
G = 43.42%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCE731 (or 0xFCE731) is known color: Gorse. HEX triplet: FC, E7 and 31. RGB value is (252,231,49). Sum of RGB (Red+Green+Blue) = 252+231+49=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 231 (90.62% from 255 or 43.42% from 532); Blue value is 49 (19.53% from 255 or 9.21% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE731 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE731 is #0318CE. Grayscale: #D9D9D9. Windows color (decimal): -202959 or 3270652. OLE color: 3270652.

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

Color convert

RGB 252 231 49 -
CMYK 0 0.08 0.81 0.01
HSL 53.79º 0.97% 0.59% -
HSV(B) 53.79º 0.81% 0.99% -
XYZ 69.28 78.07 14.32 -
YUV 216.53 33.46 153.3 -
System Red Green Blue C M Y K H S L
Decimal 252 231 49 0 0.08 0.81 0.01 53.79 0.97 0.59
Hex FC E7 31 0 8 51 1 36 61 3B
Octal 374 347 61 0 10 121 1 66 141 73
Binary 11111100 11100111 110001 0 1000 1010001 1 110110 1100001 111011

Color Harmonies of #FCE731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE731

Black with #FCE731

Text Example


Text Example

White with #FCE731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE731; }

 p { color: rgb(252,231,49); }

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

background-color css

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

 a { background-color: rgb(252,231,49); }

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

border-color css

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

 span { border-color: rgb(252,231,49); }

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