Html Css Color HEX #F8BC7D Macaroni And Cheese

📋 copy color: '#F8BC7D'

red 248 ◦ green 188 ◦ blue 125

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

Shades of Macaroni And Cheese #F8BC7D

Tints of Macaroni And Cheese #F8BC7D

RGB

 RED value IS 248 (97.27% from 255) = 44.21%

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

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

R = 44.21%
G = 33.51%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F8BC7D (or 0xF8BC7D) is known color: Macaroni And Cheese. HEX triplet: F8, BC and 7D. RGB value is (248,188,125). Sum of RGB (Red+Green+Blue) = 248+188+125=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 125 (49.22% from 255 or 22.28% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BC7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8BC7D is #074382. Grayscale: #C7C7C7. Windows color (decimal): -476035 or 8240376. OLE color: 8240376.

HSL color Cylindrical-coordinate representation of color #F8BC7D: hue angle of 30.73º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F8BC7D is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 188 125 -
CMYK 0 0.24 0.50 0.03
HSL 30.73º 0.9% 0.73% -
HSV(B) 30.73º 0.5% 0.97% -
XYZ 60.4 57.4 27.3 -
YUV 198.76 86.38 163.12 -
System Red Green Blue C M Y K H S L
Decimal 248 188 125 0 0.24 0.50 0.03 30.73 0.9 0.73
Hex F8 BC 7D 0 18 32 3 1F 5A 49
Octal 370 274 175 0 30 62 3 37 132 111
Binary 11111000 10111100 1111101 0 11000 110010 11 11111 1011010 1001001

Color Harmonies of #F8BC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BC7D

Black with #F8BC7D

Text Example


Text Example

White with #F8BC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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