Html Css Color HEX #FCE35A Mustard

📋 copy color: '#FCE35A'

red 252 ◦ green 227 ◦ blue 90

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

Shades of Mustard #FCE35A

Tints of Mustard #FCE35A

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.89%

 BLUE value IS 90 (35.55% from 255) = 15.82%

R = 44.29%
G = 39.89%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCE35A (or 0xFCE35A) is known color: Mustard. HEX triplet: FC, E3 and 5A. RGB value is (252,227,90). Sum of RGB (Red+Green+Blue) = 252+227+90=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 227 (89.06% from 255 or 39.89% from 569); Blue value is 90 (35.55% from 255 or 15.82% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE35A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE35A is #031CA5. Grayscale: #DBDBDB. Windows color (decimal): -203942 or 5956604. OLE color: 5956604.

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

Color convert

RGB 252 227 90 -
CMYK 0 0.10 0.64 0.01
HSL 50.74º 0.96% 0.67% -
HSV(B) 50.74º 0.64% 0.99% -
XYZ 69.46 76.37 20.75 -
YUV 218.86 55.28 151.64 -
System Red Green Blue C M Y K H S L
Decimal 252 227 90 0 0.10 0.64 0.01 50.74 0.96 0.67
Hex FC E3 5A 0 A 40 1 33 60 43
Octal 374 343 132 0 12 100 1 63 140 103
Binary 11111100 11100011 1011010 0 1010 1000000 1 110011 1100000 1000011

Color Harmonies of #FCE35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE35A

Black with #FCE35A

Text Example


Text Example

White with #FCE35A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE35A; }

 p { color: rgb(252,227,90); }

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

background-color css

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

 a { background-color: rgb(252,227,90); }

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

border-color css

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

 span { border-color: rgb(252,227,90); }

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