Html Css Color HEX #FBC672 Chardonnay

📋 copy color: '#FBC672'

red 251 ◦ green 198 ◦ blue 114

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

Shades of Chardonnay #FBC672

Tints of Chardonnay #FBC672

RGB

 RED value IS 251 (98.44% from 255) = 44.58%

 GREEN value IS 198 (77.73% from 255) = 35.17%

 BLUE value IS 114 (44.92% from 255) = 20.25%

R = 44.58%
G = 35.17%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FBC672 (or 0xFBC672) is known color: Chardonnay. HEX triplet: FB, C6 and 72. RGB value is (251,198,114). Sum of RGB (Red+Green+Blue) = 251+198+114=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 198 (77.73% from 255 or 35.17% from 563); Blue value is 114 (44.92% from 255 or 20.25% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC672 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC672 is #04398D. Grayscale: #CCCCCC. Windows color (decimal): -276878 or 7522043. OLE color: 7522043.

HSL color Cylindrical-coordinate representation of color #FBC672: hue angle of 36.79º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FBC672 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 198 114 -
CMYK 0 0.21 0.55 0.02
HSL 36.79º 0.94% 0.72% -
HSV(B) 36.79º 0.55% 0.98% -
XYZ 63.02 62.11 24.59 -
YUV 204.27 77.06 161.33 -
System Red Green Blue C M Y K H S L
Decimal 251 198 114 0 0.21 0.55 0.02 36.79 0.94 0.72
Hex FB C6 72 0 15 37 2 25 5E 48
Octal 373 306 162 0 25 67 2 45 136 110
Binary 11111011 11000110 1110010 0 10101 110111 10 100101 1011110 1001000

Color Harmonies of #FBC672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC672

Black with #FBC672

Text Example


Text Example

White with #FBC672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC672; }

 p { color: rgb(251,198,114); }

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

background-color css

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

 a { background-color: rgb(251,198,114); }

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

border-color css

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

 span { border-color: rgb(251,198,114); }

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