Html Css Color HEX #FCBC7D Macaroni And Cheese

📋 copy color: '#FCBC7D'

red 252 ◦ green 188 ◦ blue 125

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

Shades of Macaroni And Cheese #FCBC7D

Tints of Macaroni And Cheese #FCBC7D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.27%

 BLUE value IS 125 (49.22% from 255) = 22.12%

R = 44.6%
G = 33.27%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FCBC7D (or 0xFCBC7D) is known color: Macaroni And Cheese. HEX triplet: FC, BC and 7D. RGB value is (252,188,125). Sum of RGB (Red+Green+Blue) = 252+188+125=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 125 (49.22% from 255 or 22.12% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBC7D is #034382. Grayscale: #C8C8C8. Windows color (decimal): -213891 or 8240380. OLE color: 8240380.

HSL color Cylindrical-coordinate representation of color #FCBC7D: hue angle of 29.76º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCBC7D is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 188 125 -
CMYK 0 0.25 0.50 0.01
HSL 29.76º 0.95% 0.74% -
HSV(B) 29.76º 0.5% 0.99% -
XYZ 61.83 58.14 27.37 -
YUV 199.95 85.7 165.12 -
System Red Green Blue C M Y K H S L
Decimal 252 188 125 0 0.25 0.50 0.01 29.76 0.95 0.74
Hex FC BC 7D 0 19 32 1 1E 5F 4A
Octal 374 274 175 0 31 62 1 36 137 112
Binary 11111100 10111100 1111101 0 11001 110010 1 11110 1011111 1001010

Color Harmonies of #FCBC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC7D

Black with #FCBC7D

Text Example


Text Example

White with #FCBC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC7D; }

 p { color: rgb(252,188,125); }

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

background-color css

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

 a { background-color: rgb(252,188,125); }

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

border-color css

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

 span { border-color: rgb(252,188,125); }

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