Html Css Color HEX #FBC975 Chardonnay

📋 copy color: '#FBC975'

red 251 ◦ green 201 ◦ blue 117

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

Shades of Chardonnay #FBC975

Tints of Chardonnay #FBC975

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.33%

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

R = 44.11%
G = 35.33%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FBC975 (or 0xFBC975) is known color: Chardonnay. HEX triplet: FB, C9 and 75. RGB value is (251,201,117). Sum of RGB (Red+Green+Blue) = 251+201+117=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 201 (78.91% from 255 or 35.33% from 569); Blue value is 117 (46.09% from 255 or 20.56% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC975 is #04368A. Grayscale: #CECECE. Windows color (decimal): -276107 or 7719419. OLE color: 7719419.

HSL color Cylindrical-coordinate representation of color #FBC975: hue angle of 37.61º 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 #FBC975 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 201 117 -
CMYK 0 0.20 0.53 0.02
HSL 37.61º 0.94% 0.72% -
HSV(B) 37.61º 0.53% 0.98% -
XYZ 63.88 63.57 25.73 -
YUV 206.37 77.57 159.83 -
System Red Green Blue C M Y K H S L
Decimal 251 201 117 0 0.20 0.53 0.02 37.61 0.94 0.72
Hex FB C9 75 0 14 35 2 26 5E 48
Octal 373 311 165 0 24 65 2 46 136 110
Binary 11111011 11001001 1110101 0 10100 110101 10 100110 1011110 1001000

Color Harmonies of #FBC975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC975

Black with #FBC975

Text Example


Text Example

White with #FBC975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC975; }

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

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

background-color css

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

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

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

border-color css

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

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

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