Html Css Color HEX #FBC56B Grandis

📋 copy color: '#FBC56B'

red 251 ◦ green 197 ◦ blue 107

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

Shades of Grandis #FBC56B

Tints of Grandis #FBC56B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.5%

 BLUE value IS 107 (42.19% from 255) = 19.28%

R = 45.23%
G = 35.5%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FBC56B (or 0xFBC56B) is known color: Grandis. HEX triplet: FB, C5 and 6B. RGB value is (251,197,107). Sum of RGB (Red+Green+Blue) = 251+197+107=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 107 (42.19% from 255 or 19.28% from 555); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC56B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC56B is #043A94. Grayscale: #CBCBCB. Windows color (decimal): -277141 or 7063035. OLE color: 7063035.

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

Color convert

RGB 251 197 107 -
CMYK 0 0.22 0.57 0.02
HSL 37.5º 0.95% 0.7% -
HSV(B) 37.5º 0.57% 0.98% -
XYZ 62.4 61.5 22.49 -
YUV 202.89 73.89 162.32 -
System Red Green Blue C M Y K H S L
Decimal 251 197 107 0 0.22 0.57 0.02 37.5 0.95 0.7
Hex FB C5 6B 0 16 39 2 26 5F 46
Octal 373 305 153 0 26 71 2 46 137 106
Binary 11111011 11000101 1101011 0 10110 111001 10 100110 1011111 1000110

Color Harmonies of #FBC56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC56B

Black with #FBC56B

Text Example


Text Example

White with #FBC56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC56B; }

 p { color: rgb(251,197,107); }

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

background-color css

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

 a { background-color: rgb(251,197,107); }

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

border-color css

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

 span { border-color: rgb(251,197,107); }

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