Html Css Color HEX #FCE031 Gorse

📋 copy color: '#FCE031'

red 252 ◦ green 224 ◦ blue 49

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

Shades of Gorse #FCE031

Tints of Gorse #FCE031

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.67%

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

R = 48%
G = 42.67%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCE031 (or 0xFCE031) is known color: Gorse. HEX triplet: FC, E0 and 31. RGB value is (252,224,49). Sum of RGB (Red+Green+Blue) = 252+224+49=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 49 (19.53% from 255 or 9.33% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE031 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE031 is #031FCE. Grayscale: #D5D5D5. Windows color (decimal): -204751 or 3268860. OLE color: 3268860.

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

Color convert

RGB 252 224 49 -
CMYK 0 0.11 0.81 0.01
HSL 51.72º 0.97% 0.59% -
HSV(B) 51.72º 0.81% 0.99% -
XYZ 67.35 74.23 13.68 -
YUV 212.42 35.78 156.23 -
System Red Green Blue C M Y K H S L
Decimal 252 224 49 0 0.11 0.81 0.01 51.72 0.97 0.59
Hex FC E0 31 0 B 51 1 34 61 3B
Octal 374 340 61 0 13 121 1 64 141 73
Binary 11111100 11100000 110001 0 1011 1010001 1 110100 1100001 111011

Color Harmonies of #FCE031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE031

Black with #FCE031

Text Example


Text Example

White with #FCE031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE031; }

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

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

background-color css

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

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

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

border-color css

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

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

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