Html Css Color HEX #FCE431 Gorse

📋 copy color: '#FCE431'

red 252 ◦ green 228 ◦ blue 49

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

Shades of Gorse #FCE431

Tints of Gorse #FCE431

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.1%

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

R = 47.64%
G = 43.1%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCE431 (or 0xFCE431) is known color: Gorse. HEX triplet: FC, E4 and 31. RGB value is (252,228,49). Sum of RGB (Red+Green+Blue) = 252+228+49=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 228 (89.45% from 255 or 43.10% from 529); Blue value is 49 (19.53% from 255 or 9.26% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE431 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE431 is #031BCE. Grayscale: #D7D7D7. Windows color (decimal): -203727 or 3269884. OLE color: 3269884.

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

Color convert

RGB 252 228 49 -
CMYK 0 0.10 0.81 0.01
HSL 52.91º 0.97% 0.59% -
HSV(B) 52.91º 0.81% 0.99% -
XYZ 68.44 76.4 14.05 -
YUV 214.77 34.45 154.55 -
System Red Green Blue C M Y K H S L
Decimal 252 228 49 0 0.10 0.81 0.01 52.91 0.97 0.59
Hex FC E4 31 0 A 51 1 35 61 3B
Octal 374 344 61 0 12 121 1 65 141 73
Binary 11111100 11100100 110001 0 1010 1010001 1 110101 1100001 111011

Color Harmonies of #FCE431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE431

Black with #FCE431

Text Example


Text Example

White with #FCE431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE431; }

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

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

background-color css

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

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

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

border-color css

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

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

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