Html Css Color HEX #FBC675 Chardonnay

📋 copy color: '#FBC675'

red 251 ◦ green 198 ◦ blue 117

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

Shades of Chardonnay #FBC675

Tints of Chardonnay #FBC675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.67%

R = 44.35%
G = 34.98%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FBC675 (or 0xFBC675) is known color: Chardonnay. HEX triplet: FB, C6 and 75. RGB value is (251,198,117). Sum of RGB (Red+Green+Blue) = 251+198+117=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 198 (77.73% from 255 or 34.98% from 566); Blue value is 117 (46.09% from 255 or 20.67% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC675 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC675 is #04398A. Grayscale: #CCCCCC. Windows color (decimal): -276875 or 7718651. OLE color: 7718651.

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

Color convert

RGB 251 198 117 -
CMYK 0 0.21 0.53 0.02
HSL 36.27º 0.94% 0.72% -
HSV(B) 36.27º 0.53% 0.98% -
XYZ 63.19 62.18 25.5 -
YUV 204.61 78.56 161.09 -
System Red Green Blue C M Y K H S L
Decimal 251 198 117 0 0.21 0.53 0.02 36.27 0.94 0.72
Hex FB C6 75 0 15 35 2 24 5E 48
Octal 373 306 165 0 25 65 2 44 136 110
Binary 11111011 11000110 1110101 0 10101 110101 10 100100 1011110 1001000

Color Harmonies of #FBC675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC675

Black with #FBC675

Text Example


Text Example

White with #FBC675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC675; }

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

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

background-color css

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

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

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

border-color css

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

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

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