Html Css Color HEX #FCE231 Gorse

📋 copy color: '#FCE231'

red 252 ◦ green 226 ◦ blue 49

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

Shades of Gorse #FCE231

Tints of Gorse #FCE231

RGB

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

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

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

R = 47.82%
G = 42.88%
B = 9.3%

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

#FCE231 (or 0xFCE231) is known color: Gorse. HEX triplet: FC, E2 and 31. RGB value is (252,226,49). Sum of RGB (Red+Green+Blue) = 252+226+49=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 226 (88.67% from 255 or 42.88% from 527); Blue value is 49 (19.53% from 255 or 9.30% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE231 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE231 is #031DCE. Grayscale: #D6D6D6. Windows color (decimal): -204239 or 3269372. OLE color: 3269372.

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

Color convert

RGB 252 226 49 -
CMYK 0 0.10 0.81 0.01
HSL 52.32º 0.97% 0.59% -
HSV(B) 52.32º 0.81% 0.99% -
XYZ 67.9 75.31 13.86 -
YUV 213.6 35.11 155.39 -
System Red Green Blue C M Y K H S L
Decimal 252 226 49 0 0.10 0.81 0.01 52.32 0.97 0.59
Hex FC E2 31 0 A 51 1 34 61 3B
Octal 374 342 61 0 12 121 1 64 141 73
Binary 11111100 11100010 110001 0 1010 1010001 1 110100 1100001 111011

Color Harmonies of #FCE231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE231

Black with #FCE231

Text Example


Text Example

White with #FCE231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE231; }

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

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

background-color css

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

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

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

border-color css

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

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

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