Html Css Color HEX #FBC070 Chardonnay

📋 copy color: '#FBC070'

red 251 ◦ green 192 ◦ blue 112

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

Shades of Chardonnay #FBC070

Tints of Chardonnay #FBC070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.18%

R = 45.23%
G = 34.59%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FBC070 (or 0xFBC070) is known color: Chardonnay. HEX triplet: FB, C0 and 70. RGB value is (251,192,112). Sum of RGB (Red+Green+Blue) = 251+192+112=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 112 (44.14% from 255 or 20.18% from 555); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC070 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC070 is #043F8F. Grayscale: #C8C8C8. Windows color (decimal): -278416 or 7389435. OLE color: 7389435.

HSL color Cylindrical-coordinate representation of color #FBC070: hue angle of 34.53º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FBC070 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 192 112 -
CMYK 0 0.24 0.55 0.02
HSL 34.53º 0.95% 0.71% -
HSV(B) 34.53º 0.55% 0.98% -
XYZ 61.56 59.38 23.55 -
YUV 200.52 78.05 164 -
System Red Green Blue C M Y K H S L
Decimal 251 192 112 0 0.24 0.55 0.02 34.53 0.95 0.71
Hex FB C0 70 0 18 37 2 23 5F 47
Octal 373 300 160 0 30 67 2 43 137 107
Binary 11111011 11000000 1110000 0 11000 110111 10 100011 1011111 1000111

Color Harmonies of #FBC070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC070

Black with #FBC070

Text Example


Text Example

White with #FBC070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC070; }

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

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

background-color css

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

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

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

border-color css

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

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

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