Html Css Color HEX #FEC385 Macaroni And Cheese

📋 copy color: '#FEC385'

red 254 ◦ green 195 ◦ blue 133

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

Shades of Macaroni And Cheese #FEC385

Tints of Macaroni And Cheese #FEC385

RGB

 RED value IS 254 (99.61% from 255) = 43.64%

 GREEN value IS 195 (76.56% from 255) = 33.51%

 BLUE value IS 133 (52.34% from 255) = 22.85%

R = 43.64%
G = 33.51%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FEC385 (or 0xFEC385) is known color: Macaroni And Cheese. HEX triplet: FE, C3 and 85. RGB value is (254,195,133). Sum of RGB (Red+Green+Blue) = 254+195+133=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 195 (76.56% from 255 or 33.51% from 582); Blue value is 133 (52.34% from 255 or 22.85% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC385 is #013C7A. Grayscale: #CDCDCD. Windows color (decimal): -81019 or 8766462. OLE color: 8766462.

HSL color Cylindrical-coordinate representation of color #FEC385: hue angle of 30.74º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FEC385 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 195 133 -
CMYK 0 0.23 0.48 0.00
HSL 30.74º 0.98% 0.76% -
HSV(B) 30.74º 0.48% 1% -
XYZ 64.62 61.79 30.71 -
YUV 205.57 87.05 162.54 -
System Red Green Blue C M Y K H S L
Decimal 254 195 133 0 0.23 0.48 0.00 30.74 0.98 0.76
Hex FE C3 85 0 17 30 0 1F 62 4C
Octal 376 303 205 0 27 60 0 37 142 114
Binary 11111110 11000011 10000101 0 10111 110000 0 11111 1100010 1001100

Color Harmonies of #FEC385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC385

Black with #FEC385

Text Example


Text Example

White with #FEC385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC385; }

 p { color: rgb(254,195,133); }

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

background-color css

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

 a { background-color: rgb(254,195,133); }

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

border-color css

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

 span { border-color: rgb(254,195,133); }

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