Html Css Color HEX #FBC075 Chardonnay

📋 copy color: '#FBC075'

red 251 ◦ green 192 ◦ blue 117

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

Shades of Chardonnay #FBC075

Tints of Chardonnay #FBC075

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.29%

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

R = 44.82%
G = 34.29%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FBC075 (or 0xFBC075) is known color: Chardonnay. HEX triplet: FB, C0 and 75. RGB value is (251,192,117). Sum of RGB (Red+Green+Blue) = 251+192+117=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 117 (46.09% from 255 or 20.89% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC075 is #043F8A. Grayscale: #C9C9C9. Windows color (decimal): -278411 or 7717115. OLE color: 7717115.

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

Color convert

RGB 251 192 117 -
CMYK 0 0.24 0.53 0.02
HSL 33.58º 0.94% 0.72% -
HSV(B) 33.58º 0.53% 0.98% -
XYZ 61.84 59.49 25.05 -
YUV 201.09 80.55 163.6 -
System Red Green Blue C M Y K H S L
Decimal 251 192 117 0 0.24 0.53 0.02 33.58 0.94 0.72
Hex FB C0 75 0 18 35 2 22 5E 48
Octal 373 300 165 0 30 65 2 42 136 110
Binary 11111011 11000000 1110101 0 11000 110101 10 100010 1011110 1001000

Color Harmonies of #FBC075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC075

Black with #FBC075

Text Example


Text Example

White with #FBC075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC075; }

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

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

background-color css

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

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

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

border-color css

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

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

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