Html Css Color HEX #FBC875 Chardonnay

📋 copy color: '#FBC875'

red 251 ◦ green 200 ◦ blue 117

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

Shades of Chardonnay #FBC875

Tints of Chardonnay #FBC875

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.21%

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

R = 44.19%
G = 35.21%
B = 20.6%

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

#FBC875 (or 0xFBC875) is known color: Chardonnay. HEX triplet: FB, C8 and 75. RGB value is (251,200,117). Sum of RGB (Red+Green+Blue) = 251+200+117=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 200 (78.52% from 255 or 35.21% from 568); Blue value is 117 (46.09% from 255 or 20.60% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC875 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC875 is #04378A. Grayscale: #CECECE. Windows color (decimal): -276363 or 7719163. OLE color: 7719163.

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

Color convert

RGB 251 200 117 -
CMYK 0 0.20 0.53 0.02
HSL 37.16º 0.94% 0.72% -
HSV(B) 37.16º 0.53% 0.98% -
XYZ 63.65 63.1 25.65 -
YUV 205.79 77.9 160.25 -
System Red Green Blue C M Y K H S L
Decimal 251 200 117 0 0.20 0.53 0.02 37.16 0.94 0.72
Hex FB C8 75 0 14 35 2 25 5E 48
Octal 373 310 165 0 24 65 2 45 136 110
Binary 11111011 11001000 1110101 0 10100 110101 10 100101 1011110 1001000

Color Harmonies of #FBC875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC875

Black with #FBC875

Text Example


Text Example

White with #FBC875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC875; }

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

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

background-color css

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

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

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

border-color css

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

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

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