Html Css Color HEX #FCE25C Mustard

📋 copy color: '#FCE25C'

red 252 ◦ green 226 ◦ blue 92

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

Shades of Mustard #FCE25C

Tints of Mustard #FCE25C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 16.14%

R = 44.21%
G = 39.65%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCE25C (or 0xFCE25C) is known color: Mustard. HEX triplet: FC, E2 and 5C. RGB value is (252,226,92). Sum of RGB (Red+Green+Blue) = 252+226+92=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 226 (88.67% from 255 or 39.65% from 570); Blue value is 92 (36.33% from 255 or 16.14% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE25C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE25C is #031DA3. Grayscale: #DBDBDB. Windows color (decimal): -204196 or 6087420. OLE color: 6087420.

HSL color Cylindrical-coordinate representation of color #FCE25C: hue angle of 50.25º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCE25C is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 226 92 -
CMYK 0 0.10 0.63 0.01
HSL 50.25º 0.96% 0.67% -
HSV(B) 50.25º 0.63% 0.99% -
XYZ 69.27 75.86 21.12 -
YUV 218.5 56.61 151.9 -
System Red Green Blue C M Y K H S L
Decimal 252 226 92 0 0.10 0.63 0.01 50.25 0.96 0.67
Hex FC E2 5C 0 A 3F 1 32 60 43
Octal 374 342 134 0 12 77 1 62 140 103
Binary 11111100 11100010 1011100 0 1010 111111 1 110010 1100000 1000011

Color Harmonies of #FCE25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE25C

Black with #FCE25C

Text Example


Text Example

White with #FCE25C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE25C; }

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

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

background-color css

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

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

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

border-color css

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

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

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