Html Css Color HEX #FBC56F Grandis

📋 copy color: '#FBC56F'

red 251 ◦ green 197 ◦ blue 111

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

Shades of Grandis #FBC56F

Tints of Grandis #FBC56F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.86%

R = 44.9%
G = 35.24%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FBC56F (or 0xFBC56F) is known color: Grandis. HEX triplet: FB, C5 and 6F. RGB value is (251,197,111). Sum of RGB (Red+Green+Blue) = 251+197+111=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 197 (77.34% from 255 or 35.24% from 559); Blue value is 111 (43.75% from 255 or 19.86% from 559); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC56F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC56F is #043A90. Grayscale: #CBCBCB. Windows color (decimal): -277137 or 7325179. OLE color: 7325179.

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

Color convert

RGB 251 197 111 -
CMYK 0 0.22 0.56 0.02
HSL 36.86º 0.95% 0.71% -
HSV(B) 36.86º 0.56% 0.98% -
XYZ 62.62 61.59 23.63 -
YUV 203.34 75.89 161.99 -
System Red Green Blue C M Y K H S L
Decimal 251 197 111 0 0.22 0.56 0.02 36.86 0.95 0.71
Hex FB C5 6F 0 16 38 2 25 5F 47
Octal 373 305 157 0 26 70 2 45 137 107
Binary 11111011 11000101 1101111 0 10110 111000 10 100101 1011111 1000111

Color Harmonies of #FBC56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC56F

Black with #FBC56F

Text Example


Text Example

White with #FBC56F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC56F; }

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

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

background-color css

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

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

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

border-color css

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

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

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