Html Css Color HEX #FBCB7A Chardonnay

📋 copy color: '#FBCB7A'

red 251 ◦ green 203 ◦ blue 122

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

Shades of Chardonnay #FBCB7A

Tints of Chardonnay #FBCB7A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.24%

 BLUE value IS 122 (48.05% from 255) = 21.18%

R = 43.58%
G = 35.24%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FBCB7A (or 0xFBCB7A) is known color: Chardonnay. HEX triplet: FB, CB and 7A. RGB value is (251,203,122). Sum of RGB (Red+Green+Blue) = 251+203+122=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 122 (48.05% from 255 or 21.18% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCB7A is #043485. Grayscale: #D0D0D0. Windows color (decimal): -275590 or 8047611. OLE color: 8047611.

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

Color convert

RGB 251 203 122 -
CMYK 0 0.19 0.51 0.02
HSL 37.67º 0.94% 0.73% -
HSV(B) 37.67º 0.51% 0.98% -
XYZ 64.65 64.63 27.48 -
YUV 208.12 79.4 158.59 -
System Red Green Blue C M Y K H S L
Decimal 251 203 122 0 0.19 0.51 0.02 37.67 0.94 0.73
Hex FB CB 7A 0 13 33 2 26 5E 49
Octal 373 313 172 0 23 63 2 46 136 111
Binary 11111011 11001011 1111010 0 10011 110011 10 100110 1011110 1001001

Color Harmonies of #FBCB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCB7A

Black with #FBCB7A

Text Example


Text Example

White with #FBCB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCB7A; }

 p { color: rgb(251,203,122); }

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

background-color css

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

 a { background-color: rgb(251,203,122); }

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

border-color css

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

 span { border-color: rgb(251,203,122); }

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