Html Css Color HEX #FBC674 Chardonnay

📋 copy color: '#FBC674'

red 251 ◦ green 198 ◦ blue 116

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

Shades of Chardonnay #FBC674

Tints of Chardonnay #FBC674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.53%

R = 44.42%
G = 35.04%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FBC674 (or 0xFBC674) is known color: Chardonnay. HEX triplet: FB, C6 and 74. RGB value is (251,198,116). Sum of RGB (Red+Green+Blue) = 251+198+116=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 116 (45.70% from 255 or 20.53% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC674 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC674 is #04398B. Grayscale: #CCCCCC. Windows color (decimal): -276876 or 7653115. OLE color: 7653115.

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

Color convert

RGB 251 198 116 -
CMYK 0 0.21 0.54 0.02
HSL 36.44º 0.94% 0.72% -
HSV(B) 36.44º 0.54% 0.98% -
XYZ 63.13 62.16 25.19 -
YUV 204.5 78.06 161.17 -
System Red Green Blue C M Y K H S L
Decimal 251 198 116 0 0.21 0.54 0.02 36.44 0.94 0.72
Hex FB C6 74 0 15 36 2 24 5E 48
Octal 373 306 164 0 25 66 2 44 136 110
Binary 11111011 11000110 1110100 0 10101 110110 10 100100 1011110 1001000

Color Harmonies of #FBC674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC674

Black with #FBC674

Text Example


Text Example

White with #FBC674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC674; }

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

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

background-color css

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

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

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

border-color css

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

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

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